[][src]Macro functional_list::list

macro_rules! list {
    () => { ... };
    ($head: expr $(, $tail: expr)* $(,)?) => { ... };
}

Builds a List