Constant i32_hex

Source
pub const i32_hex: RegexParser<i32, ParseIntError>;
Expand description

Parse an integer written in base 16, using the from_str_radix static method from the Rust standard library.