tide_disco

Macro join

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