Template used to refer to D token types.
See the operators, keywords, and dynamicTokens enums for values that can be passed to this template.
import dparse.lexer; IdType t = tok!"floatLiteral";
See Implementation
Template used to refer to D token types.
See the operators, keywords, and dynamicTokens enums for values that can be passed to this template.