Type Alias I16Positive

Source
pub type I16Positive = I16Gt<0>;
Expand description

Checks whether the given value is positive.

Aliased Typeยง

struct I16Positive;