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