Type Alias I16Zero

Source
pub type I16Zero = I16Eq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct I16Zero;