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.
macro_rules! mc {
{ $l:expr, $re:expr $(,)? } => { ... };
}fn mc!(l: &str, re: &str) -> Option<(CAP,...)>: regexp captures?
(CAP,...) is a tuple of String.