Skip to main content

is_matching

Macro is_matching 

Source
macro_rules! is_matching {
    ($val:ident) => { ... };
    ($($val:tt)+) => { ... };
}
Expand description

Functor for matches! i.e. .is_some_and(is_matching!(‘A’..=‘Z’))