pub type IsizeNonNegative = IsizeGe<0>;
Checks whether the given value is non-negative (positive or zero).
struct IsizeNonNegative;