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