Module float

Module float 

Source

Structs§

FloatLit
A floating point literal, e.g. 3.14, 8., 135e12, or 1.956e2f64.

Enums§

FloatType
All possible float type suffixes.

Functions§

parse_impl 🔒
Precondition: first byte of string has to be in b'0'..=b'9'.