pub fn is_digit(c: u8) -> bool
| Tests if the given character is a decimal | digit. | | ———– | @param[in] c | | character to test | | ———– | @return | | true if the argument is a decimal digit; | otherwise false. |