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