You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SliceExt parameterizes Self::Item over Borrow, but slices don't have that parameterization. This makes the core slice API different from the std slice API, which is not supposed to be the case.