pub type IsizeNegative = IsizeLt<0>;
Checks whether the given value is negative.
struct IsizeNegative;