Type Alias I8Even

Source
pub type I8Even = I8Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct I8Even;