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