macro_rules! token_set {
($($t:expr),*) => { ... };
($($t:expr),* ,) => { ... };
}Expand description
Utility macro for making a new token set
macro_rules! token_set {
($($t:expr),*) => { ... };
($($t:expr),* ,) => { ... };
}Utility macro for making a new token set