[][src]Macro structures::list

macro_rules! list {
    () => { ... };
    ($x:expr) => { ... };
    ($x:expr, $($xs:expr),*) => { ... };
}