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