Type Alias I64NonPositive

Source
pub type I64NonPositive = I64Le<0>;
Expand description

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

Aliased Typeยง

struct I64NonPositive;