Macro args

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