1.0.0[−][src]Constant core::i16::MAX
pub const MAX: i16 = i16::max_value(); // 32_767i16
The largest value that can be represented by this integer type.
Use i16::MAX
instead.
pub const MAX: i16 = i16::max_value(); // 32_767i16
The largest value that can be represented by this integer type.
Use i16::MAX
instead.