Type Alias IsizeNonPositive

Source
pub type IsizeNonPositive = IsizeLe<0>;
Expand description

Checks whether the given value is non-positive (negative or zero).

Aliased Typeยง

struct IsizeNonPositive;