Type Alias I32Zero

Source
pub type I32Zero = I32Eq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct I32Zero;