Looks up the string representation of the given token type.
This is the opposite of the function of the TokenId template.
alias str = tokenStringRepresentation(IdType, staticTokens, dynamicTokens, possibleDefaultTokens); assert (str(tok!"*") == "*");
TokenId
See Implementation
Looks up the string representation of the given token type.
This is the opposite of the function of the TokenId template.