Type Alias I8Zero

Source
pub type I8Zero = I8Eq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct I8Zero;