pub fn double<T, E: ParseError<T>>() -> impl Parser<T, Output = f64, Error = E>
Expand description
double precision floating point number parser from text
pub fn double<T, E: ParseError<T>>() -> impl Parser<T, Output = f64, Error = E>
double precision floating point number parser from text