CfLexer.isOctalDigit

private bool isOctalDigit(char c) @safe pure nothrow

Checks if character is an octal digit.

Parameters

cThe character to check

Returns

true if c is an octal digit.