pub type NonNegative = GreaterOrEqual<0>;Expand description
Checks whether the given value is non-negative (positive or zero).
Aliased Typeยง
struct NonNegative;pub type NonNegative = GreaterOrEqual<0>;Checks whether the given value is non-negative (positive or zero).
struct NonNegative;