Macro token_set

Source
macro_rules! token_set {
    ($($t:ident),*) => { ... };
    ($($t:ident),* ,) => { ... };
}