join

Macro join 

Source
macro_rules! join {
    ($first:expr, $($path:expr),+) => { ... };
    ($path:expr) => { ... };
}
Expand description

Joins multiple paths together.