pub const i16_hex: RegexParser<i16, ParseIntError>;
Expand description
Parse an integer written in base 16, using the from_str_radix
static method from the Rust standard library.
pub const i16_hex: RegexParser<i16, ParseIntError>;
Parse an integer written in base 16, using the from_str_radix
static method from the Rust standard library.