CfLexer.isOctalDigit
private
bool isOctalDigit(char c) @safe pure nothrowChecks if character is an octal digit.
Parameters
c | The character to check |
Returns
true if c is an octal digit.
bool isOctalDigit(char c) @safe pure nothrowChecks if character is an octal digit.
c | The character to check |