isKeyword
private fn
bool isKeyword(string s) @safe pure nothrowChecks if a string is a reserved keyword.
Parameters
s | The string to check |
Returns
true if the string is a keyword
bool isKeyword(string s) @safe pure nothrowChecks if a string is a reserved keyword.
s | The string to check |