Module parse_int

Module parse_int 

Source
Expand description

Integer parsing functions.

Integer parsing functions for parsing signed and unsigned integers potentially prefixed with 0x, 0o, or 0b.

Traitsยง

ParseInt
Trait for parsing string representations of integers.