Type Alias I16NonPositive

Source
pub type I16NonPositive = I16Le<0>;
Expand description

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

Aliased Typeยง

struct I16NonPositive;