Type Alias I32NonZero

Source
pub type I32NonZero = I32Ne<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct I32NonZero;