Expand description
Parsers for integers.
Functionsยง
- fold_
digits - Takes a streamed parser of digits, folds it to an
acc
as following digits. - integer
- An integer with given radix which has no trailing zeros.
- integer_
fixed - A fixed-length integer with given radix.
- integer_
trailing_ zeros - An integer with given radix which allows trailing zeros.