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