[][src]Macro viperus::path

macro_rules! path {
    ( $ x : expr ) => { ... };
    ( $ x: expr, $($y:expr),+) => { ... };
}