JesperAxelsson / rust-intmap

Specialized hashmap for u64 keys
MIT License
30 stars 10 forks source link

Implement `retain()` #24

Closed orottier closed 2 years ago

orottier commented 2 years ago

https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.retain

It's a very helpful and efficient function