Skip to main content

matches_exact

Macro matches_exact 

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