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