pub const MAX: i64 = i64::MAX; // 9_223_372_036_854_775_807i64
👎Deprecating in a future version: replaced by the
MAX
associated constant on this typeAvailable on crate feature
std
only.pub const MAX: i64 = i64::MAX; // 9_223_372_036_854_775_807i64
MAX
associated constant on this typestd
only.