Skip to main content

NonPositive

Type Alias NonPositive 

Source
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 */ }