Type Alias Negative

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

Checks whether the given value is negative.

Aliased Typeยง

pub struct Negative { /* private fields */ }