pub fn slice_partialeq<T: PartialEq>(s1: &[T], s2: &[T]) -> bool
PartialEq helper method for slices of arbitrary length.