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