Constant aoc_parse::prelude::u32_hex

source ·
pub const u32_hex: RegexParser<u32, ParseIntError>;
Expand description

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