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