CfLexer.isIdStart

private bool isIdStart(char c) static @safe pure nothrow

Checks if character can start an identifier.

Parameters

cThe character to check

Returns

true if c can start an identifier.