Type Alias I64NonNegative

Source
pub type I64NonNegative = I64Ge<0>;
Expand description

Checks whether the given value is non-negative (positive or zero).

Aliased Typeยง

struct I64NonNegative;