Module kernel::str::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§

  • Trait for parsing string representations of integers.