Skip to main content

pat

Macro pat 

Source
macro_rules! pat {
    ($($t:tt)*) => { ... };
}
Expand description

An alias for matches_pattern.