Constant aoc_parse::prelude::i16

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

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