Type Alias IsizeNonNegative

Source
pub type IsizeNonNegative = IsizeGe<0>;
Expand description

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

Aliased Typeยง

struct IsizeNonNegative;