Type Alias I8NonNegative

Source
pub type I8NonNegative = I8Ge<0>;
Expand description

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

Aliased Typeยง

struct I8NonNegative;