pub const MIN: i16 = i16::MIN; // -32_768i16
👎 Deprecating in a future Rust version:
replaced by the MIN
associated constant on this type
pub const MIN: i16 = i16::MIN; // -32_768i16
replaced by the MIN
associated constant on this type