args

Macro args 

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