litrs::parse

Function end_dec_digits

source
pub(crate) fn end_dec_digits(input: &[u8]) -> usize
Expand description

Returns the index of the first non-underscore, non-decimal digit in input, or the input.len() if all characters are decimal digits.