Type Alias I16Odd

Source
pub type I16Odd = Not<I16Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct I16Odd { /* private fields */ }