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