Constant aoc_parse::prelude::u32

source ·
pub const u32: RegexParser<u32, <u32 as FromStr>::Err>;
Expand description

Parse a value of a primitive type (using its FromStr implementation in the Rust standard library).