Constant aoc_parse::prelude::u8_bin

source ·
pub const u8_bin: RegexParser<u8, ParseIntError>;
Expand description

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