Macro safe_byte_match_table

Source
macro_rules! safe_byte_match_table {
    (|$byte:ident| $body:expr) => { ... };
}