Type Alias I8NonZero

Source
pub type I8NonZero = I8Ne<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct I8NonZero;