Type Alias U16Even

Source
pub type U16Even = U16Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct U16Even;