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