Macro matches_exact

Source
macro_rules! matches_exact {
    ($cmd:expr, $($pattern:literal)|+) => { ... };
}