alias str = tokenStringRepresentation!(IdType, operators, dynamicTokens, keywords)
Function used for converting an IdType to a string.

Examples

IdType c = tok!"case";
assert (str(c) == "case");