c is a digit in base 16 (0 .. 9, A .. F, a .. f).isHexDigit
fn
bool isHexDigit(dchar c) @safe pure nothrow @nogcParameters
c | The character to test. |
Returns
Whether