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
We're happy to match such methods once they're stable, but until then it's subject to change, and we don't want indexmap to get stuck with differences.
The standard library hashmap and btree map recently got a nightly-only
try_insert
operation (here's the tracking issue), which makes it very convenient to insert something into a map, panicking in the case that it's already there:It would be nice to also have this for
IndexMap
.The text was updated successfully, but these errors were encountered: