pub const digit: MapParser<CharParser, fn(char) -> usize>;
Matches any ASCII decimal digit '0'-'9' and converts it to its integer value 0-9.
'0'
'9'
0
9