pub type Negative = Less<0>;
Checks whether the given value is negative.
pub struct Negative { /* private fields */ }