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