Type Alias Odd

Source
pub type Odd = Not<Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

pub struct Odd { /* private fields */ }