derive_deftly_tests

Macro mc

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

fn mc!(l: &str, re: &str) -> Option<(CAP,...)>: regexp captures?

(CAP,...) is a tuple of String.