pub type IsOctDigit = IsDigit<OCT_BASE>;
Checks whether the given character is an octal digit.
struct IsOctDigit;