isOctalDigit

fnbool isOctalDigit(dchar c) @safe pure nothrow @nogc

Parameters

cThe character to test.

Returns

Whether c is a digit in base 8 (0 .. 7).