Macro args

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