Function lexical_util::step::min_step
source · [−]Expand description
Calculate the maximum number of digits that can always be processed
without overflowing for a given type. For example, 19 digits can
always be processed for a decimal string for u64
without overflowing.