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
There's no reason for these to be in the collections crate as they only require Ord. The MutableOrdSlice trait will need to be split up since the current sort implementation uses memory allocation.