[][src]Macro arc_rs::list

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