Macro byte_slice::is_alpha [] [src]

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

Indicates that a byte is alphabetical.