pub type HexDigit = Digit<16>;
Checks whether the given character is a hexadecimal digit.
pub struct HexDigit { /* private fields */ }