CfLexer.isIdStart

private bool isIdStart(char c) @safe pure nothrow

Checks if character can start an identifier.

Parameters

cThe character to check

Returns

true if c can start an identifier.