[][src]Macro b2m::matched

macro_rules! matched {
    ($url:expr, $reg: expr) => { ... };
    ($url:expr, $($regs: expr),*) => { ... };
}