pub type IsizePositive = IsizeGt<0>;
Checks whether the given value is positive.
struct IsizePositive;