digits

Function digits 

Source
pub fn digits<'a, I, C>(radix: u8) -> impl IterableParser<I, Item = C> + 'a
where I: Input<Ok = C> + ?Sized + 'a, C: Character + 'a,
Expand description

Parses digits with given radix.