Type Alias I128Odd

Source
pub type I128Odd = Not<I128Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct I128Odd { /* private fields */ }