JesperAxelsson / rust-intmap

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

Implement trait IntoIter (issue #14) #17

Closed drjokepu closed 5 years ago

drjokepu commented 5 years ago

This pull request implements the IntoIterator trait.