Macro pa::concat[][src]

macro_rules! concat {
    ($($it:expr);*) => { ... };
}

Extend concat

Syntax: concat!(it1;it2;it3…)