macro_rules! input { ( $($key:ident)? $( [ $tail:tt ] )* ) => { ... }; ( .. $( [ $tail:tt ] )* ) => { ... }; }