varargs

Macro varargs 

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