pub type NonNegative = GreaterOrEqual<ZERO>;Expand description
Checks whether the given value is non-negative (positive or zero).
Aliased Typeยง
pub struct NonNegative { /* private fields */ }pub type NonNegative = GreaterOrEqual<ZERO>;Checks whether the given value is non-negative (positive or zero).
pub struct NonNegative { /* private fields */ }