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