Type Alias U128Zero

Source
pub type U128Zero = U128Eq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct U128Zero;