pub(crate) fn end_dec_digits(input: &[u8]) -> usize
Returns the index of the first non-underscore, non-decimal digit in input, or the input.len() if all characters are decimal digits.
input
input.len()