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