Alias 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");
Function used for converting an IdType to a string.
alias str
= tokenStringRepresentation!(IdType,operators,dynamicTokens,keywords);
IdType c = tok!"case";
assert (str(c) == "case");