token_set

Macro token_set 

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

Utility macro for making a new token set