Type Alias U64Even

Source
pub type U64Even = U64Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct U64Even;