Macro join

Source
macro_rules! join {
    ($sep:expr, $first:expr $(, $rest:expr)*) => { ... };
}