Type Alias U16Zero

Source
pub type U16Zero = U16Eq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct U16Zero;