derive_deftly_tests

Macro m

Source
macro_rules! m {
    { $l:expr, $re:expr $(,)? } => { ... };
}
Expand description

fn m!(l: &str, re: &str) -> bool: does regexp re match in l ?