Function used for converting an IdType to a string.
IdType c = tok!"case"; assert (str(c) == "case");
See Implementation
Function used for converting an IdType to a string.