Macro join_key

Source
macro_rules! join_key {
    ($a:expr) => { ... };
    ($a:expr, $($b:expr),+) => { ... };
}