Function is_numeric

Source
pub fn is_numeric(ch: char) -> bool
Expand description

Return true for numeric characters, false otherwise.