Type Alias U8Even

Source
pub type U8Even = U8Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct U8Even;