pub(crate) fn one_or_two_digits(input: &[u8]) -> Option<ParsedItem<'_, u8>>Available on crate feature
parsing only.Expand description
Consume one or two digits, returning the numerical value.
pub(crate) fn one_or_two_digits(input: &[u8]) -> Option<ParsedItem<'_, u8>>parsing only.Consume one or two digits, returning the numerical value.