Type Alias Even

Source
pub type Even = Div<2>;
Expand description

Checks whether the given value length is even.

Aliased Typeยง

struct Even;