Type Alias I128NonZero

Source
pub type I128NonZero = I128Ne<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct I128NonZero;