Type Alias I32Even

Source
pub type I32Even = I32Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct I32Even;