Constant aoc_parse::prelude::i32

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

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