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