Type Alias I32NonNegative

Source
pub type I32NonNegative = I32Ge<0>;
Expand description

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

Aliased Typeยง

struct I32NonNegative;