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