Type Alias U8Odd

Source
pub type U8Odd = Not<U8Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct U8Odd { /* private fields */ }