pub type IsHexDigit = IsDigit<HEX_BASE>;
Checks whether the given character is a hexadecimal digit.
struct IsHexDigit;