Constant aoc_parse::prelude::i8

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

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