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