Type Alias U32Odd

Source
pub type U32Odd = Not<U32Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct U32Odd { /* private fields */ }