Type Alias I128Even

Source
pub type I128Even = I128Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct I128Even;