Macro arc_rs::list[][src]

macro_rules! list {
    [] => { ... };
    [$($item:expr), *] => { ... };
}

list![1, 2, 3]