c is a digit (0 .. 9).isDigit
fn
bool isDigit(dchar c) @safe pure nothrow @nogcParameters
c | The character to test. |
Returns
Whether
bool isDigit(dchar c) @safe pure nothrow @nogcc | The character to test. |
c is a digit (0 .. 9).