pub(crate) fn n_to_m_digits<const N: u8, const M: u8, T: Integer>(
input: &[u8],
) -> Option<ParsedItem<'_, T>>
Available on crate feature
parsing
only.Expand description
Consume between n
and m
digits, returning the numerical value.