Macro group

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