Type Alias IsizeNegative

Source
pub type IsizeNegative = IsizeLt<0>;
Expand description

Checks whether the given value is negative.

Aliased Typeยง

struct IsizeNegative;