list

Macro list 

Source
macro_rules! list {
    () => { ... };
    ($e:expr) => { ... };
    ($e:expr, $($tail:tt)*) => { ... };
}