isHexDigit

fnbool isHexDigit(char c) @safe nothrow @nogc

Returns true if the character is a hexadecimal digit (0-9, A-F, a-f).