isHexDigit

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

Parameters

cThe character to test.

Returns

Whether c is a digit in base 16 (0 .. 9, A .. F, a .. f).