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