Type Alias I16Negative

Source
pub type I16Negative = I16Lt<0>;
Expand description

Checks whether the given value is negative.

Aliased Typeยง

struct I16Negative;