pub const fn eq_slice_u64(left: &[u64], right: &[u64]) -> bool
Compares two &[u64] for equality.
&[u64]