CfLexer.isIdStart
private
bool isIdStart(char c) @safe pure nothrowChecks if character can start an identifier.
Parameters
c | The character to check |
Returns
true if c can start an identifier.
bool isIdStart(char c) @safe pure nothrowChecks if character can start an identifier.
c | The character to check |