CfLexer.isIdStartAt
private
bool isIdStartAt(size_t idx) @safe pureChecks if position has an identifier start character.
Parameters
idx | Position to check |
Returns
true if position has an identifier start.
bool isIdStartAt(size_t idx) @safe pureChecks if position has an identifier start character.
idx | Position to check |