pub const fn cmp_slice_u64<'a>(left: &[u64], right: &[u64]) -> Ordering
Compares two &[u64], returning the order of left relative to right.
&[u64]
left
right