arg_array

Macro arg_array 

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