[−][src]Function nom::double_s
pub fn double_s<T>(input: T) -> IResult<T, f64, u32> where
T: Slice<Range<usize>> + Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>,
T: Clone + Offset,
T: InputIter + InputLength + ParseTo<f64> + AtEof,
<T as InputIter>::Item: AsChar,
T: InputTakeAtPosition,
<T as InputTakeAtPosition>::Item: AsChar,
Deprecated since 4.1.0:
Please use double
instead
Recognizes floating point number in a string and returns a f64