pub type NonMaxI8 = NonAnyI8<{ i8::MAX }>;
An integer that is known not to equal i8::MAX.
i8::MAX
pub struct NonMaxI8(/* private fields */);