Type Alias I8Negative

Source
pub type I8Negative = I8Lt<0>;
Expand description

Checks whether the given value is negative.

Aliased Typeยง

struct I8Negative;