Type Alias U16NonZero

Source
pub type U16NonZero = U16Ne<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct U16NonZero;