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