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