Skip to main content

is_numeric

Function is_numeric 

Source
pub fn is_numeric(s: &str) -> (bool, i32, f64)
Expand description

Determines whether s is a valid numeric expression and returns its precision and value.