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
OrdMap implements get_mut, so it seems like it should be possible to extend that to iterating over the whole data structure, similar to BTreeMap's iter_mut. Is this planned at all?
OrdMap implements get_mut, so it seems like it should be possible to extend that to iterating over the whole data structure, similar to BTreeMap's iter_mut. Is this planned at all?