str

Function used for converting an IdType to a string.

alias str = tokenStringRepresentation!(IdType, operators, dynamicTokens, keywords)

Examples

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

Meta