pub(crate) fn exactly_n_digits_padded<'a, const N: u8, T: Integer>(
padding: Padding,
) -> impl Fn(&'a [u8]) -> Option<ParsedItem<'a, T>>
Available on crate feature
parsing
only.Expand description
Consume exactly n
digits, returning the numerical value.