Type Alias U16Odd

Source
pub type U16Odd = Not<U16Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct U16Odd { /* private fields */ }