Type Alias I32NonPositive

Source
pub type I32NonPositive = I32Le<0>;
Expand description

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

Aliased Typeยง

struct I32NonPositive;