Macro concat

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

Extend concat

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