Type Alias I32Negative

Source
pub type I32Negative = I32Lt<0>;
Expand description

Checks whether the given value is negative.

Aliased Typeยง

struct I32Negative;