Constant digit

Source
pub const digit: MapParser<CharParser, fn(char) -> usize>;
Expand description

Matches any ASCII decimal digit '0'-'9' and converts it to its integer value 0-9.