pub const MIN: u64 = u64::MIN; // 0u64
👎 Deprecating in a future Rust version:
replaced by the MIN
associated constant on this type
pub const MIN: u64 = u64::MIN; // 0u64
replaced by the MIN
associated constant on this type