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