Type Alias I8Odd

Source
pub type I8Odd = Not<I8Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct I8Odd { /* private fields */ }