Constant aoc_parse::prelude::f64

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

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