c is a digit in base 8 (0 .. 7).isOctalDigit
fn
bool isOctalDigit(dchar c) @safe pure nothrow @nogcParameters
c | The character to test. |
Returns
Whether
bool isOctalDigit(dchar c) @safe pure nothrow @nogcc | The character to test. |
c is a digit in base 8 (0 .. 7).