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