Type Alias I64Even

Source
pub type I64Even = I64Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct I64Even;