is_digit

Macro is_digit 

Source
macro_rules! is_digit {
    ($byte:expr) => { ... };
}
Expand description

Indicates that a byte is a digit.