Type Alias I128Negative

Source
pub type I128Negative = I128Lt<0>;
Expand description

Checks whether the given value is negative.

Aliased Typeยง

struct I128Negative;