pub type Even = Divisible<2>;
Checks whether the given value is even.
pub struct Even { /* private fields */ }