Type Alias IsOctDigit

Source
pub type IsOctDigit = IsDigit<OCT_BASE>;
Expand description

Checks whether the given character is an octal digit.

Aliased Typeยง

struct IsOctDigit;