@@ -56,9 +56,6 @@ func (s Slice[T]) Equal(s2 Slice[T]) bool {
if s.Len() != s2.Len() {
return false
}
if s.Cap() != s2.Cap() {
for i := range s {
if !reflect.DeepEqual(s[i], s2[i]) {
The note is not visible to the blocked user.