Type Alias I64Odd

Source
pub type I64Odd = Not<I64Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct I64Odd { /* private fields */ }