Skip to main content

float

Function float 

Source
pub fn float<F>(lexer: &mut Lexer<'_>, start: Token) -> Result<F, SyntaxError>
where F: Float,
Expand description

Generic integer parsing method, works for all unsigned integers.