Type Alias Negative

Source
pub type Negative = Less<0>;
Expand description

Checks whether the given value is negative.

Aliased Typeยง

struct Negative;