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