pub type OctDigit = Digit<8>;
Checks whether the given character is an octal digit.
pub struct OctDigit { /* private fields */ }