Type Alias I128NonPositive

Source
pub type I128NonPositive = I128Le<0>;
Expand description

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

Aliased Typeยง

struct I128NonPositive;