Type Alias HexDigit

Source
pub type HexDigit = Digit<16>;
Expand description

Checks whether the given character is a hexadecimal digit.

Aliased Typeยง

pub struct HexDigit { /* private fields */ }