isHexDigit
fn
bool isHexDigit(char c) @safe nothrow @nogcReturns true if the character is a hexadecimal digit (0-9, A-F, a-f).
bool isHexDigit(char c) @safe nothrow @nogcReturns true if the character is a hexadecimal digit (0-9, A-F, a-f).