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