Type Alias U32Even

Source
pub type U32Even = U32Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct U32Even;