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