pub type NonMaxI16 = NonMax<i16>;
A signed 16-bit integer that cannot be i16::MAX.
i16::MAX
pub struct NonMaxI16(/* private fields */);