Type Alias I16Even

Source
pub type I16Even = I16Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct I16Even;