pub type U32Odd = Not<U32Even>;
Checks whether the given value is odd.
struct U32Odd { /* private fields */ }