isDigit

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

Parameters

cThe character to test.

Returns

Whether c is a digit (0 .. 9).