join

Macro join 

Source
macro_rules! join {
    ($($a:expr),* $(,)?) => { ... };
}