pub type HexDigit = Digit<16>;
Checks whether the given character is a hexadecimal digit.
struct HexDigit;