JesperAxelsson / rust-intmap

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

Merge returns in indices(); replace for with iter #41

Closed chinoto closed 2 years ago

chinoto commented 2 years ago

I might like the Iterator/Option methods too much...

chinoto commented 2 years ago

Realized it's clearer and shorter if I assign the vals index to a variable.