Type Alias Even

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

Checks whether the given value is even.

Aliased Typeยง

pub struct Even { /* private fields */ }