Type Alias I16NonZero

Source
pub type I16NonZero = I16Ne<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct I16NonZero;