macro_rules! arg { ($args:ident[$index:tt] => $($default:tt)*) => { ... }; ($args:ident[$index:tt]) => { ... }; }