Type Alias I16NonNegative

Source
pub type I16NonNegative = I16Ge<0>;
Expand description

Checks whether the given value is non-negative (positive or zero).

Aliased Typeยง

struct I16NonNegative;