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