Type Alias U128Odd

Source
pub type U128Odd = Not<U128Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct U128Odd { /* private fields */ }