Type Alias IsizePositive

Source
pub type IsizePositive = IsizeGt<0>;
Expand description

Checks whether the given value is positive.

Aliased Typeยง

struct IsizePositive;