Macro is_alpha

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

Indicates that a byte is alphabetical.