Macro is_hex

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

Indicates that a byte is a hex character.