Skip to main content

NonMaxI16

Type Alias NonMaxI16 

Source
pub type NonMaxI16 = NonAnyI16<{ i16::MAX }>;
Expand description

An integer that is known not to equal i16::MAX.

Aliased Typeยง

pub struct NonMaxI16(/* private fields */);