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