macro_rules! args { ($input:expr, $index:expr, $ty:ident) => { ... }; ($input:expr, $(($index:expr, $ty:ident)),*$(,)?) => { ... }; }