Type Alias U64Odd

Source
pub type U64Odd = Not<U64Even>;
Expand description

Checks whether the given value is odd.

Aliased Typeยง

struct U64Odd { /* private fields */ }