Macro arg

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