pub type NonMinI16 = NonAnyI16<{ i16::MIN }>;
An integer that is known not to equal i16::MIN.
i16::MIN
pub struct NonMinI16(/* private fields */);