default_parser

Function default_parser 

Source
fn default_parser(text: &str) -> Option<f64>
Expand description

The default egui parser of numbers.

It ignored whitespaces anywhere in the input, and treats the special minus character (U+2212) as a normal minus.