Type Alias I128Zero

Source
pub type I128Zero = I128Eq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct I128Zero;