list

Macro list 

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