pub type IsizeNonPositive = IsizeLe<0>;
Checks whether the given value is non-positive (negative or zero).
struct IsizeNonPositive;