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
Looking at the impl of OrderMapCore, .sort_by() saves the hash index, sorts the underlying entries vector, and then restores the hash index. Would this mean that a .reverse() method could be added to OrderedMapCore (and thus IndexMap/IndexSet)?