Type Alias I32Odd

Source
pub type I32Odd = Not<I32Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct I32Odd { /* private fields */ }