Type Alias I8NonPositive

Source
pub type I8NonPositive = I8Le<0>;
Expand description

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

Aliased Typeยง

struct I8NonPositive;