Type Alias OctDigit

Source
pub type OctDigit = Digit<8>;
Expand description

Checks whether the given character is an octal digit.

Aliased Typeยง

struct OctDigit;