Type Alias U128Even

Source
pub type U128Even = U128Div<2>;
Expand description

Checks whether the given value is even.

Aliased Typeยง

struct U128Even;