Macro orzir_core::token_wildcard
source · macro_rules! token_wildcard { ("...") => { ... }; ("^...") => { ... }; ("%...") => { ... }; ("!...") => { ... }; ("@...") => { ... }; }
Expand description
Shortcut to get the TokenKind for a wildcard identifier.