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