Hacker News new | ask | show | jobs
by css 539 days ago
Yes, or use the entry api: https://doc.rust-lang.org/beta/std/collections/hash_map/enum...
1 comments

I see how that helps with the usual case of inserting a value under the original key if it wasn't there, but I don't see how it helps in this case of checking a different key entirely if it wasn't there.