pub const U64_MAX: u64 = u64::MAX; // 18_446_744_073_709_551_615u64
Pre-computed: 2^64 - 1 (used for wrapping arithmetic checks)