LKedward / fhash

fpm package implementing a hash table with support for generic keys and values.
https://lkedward.github.io/fhash/
MIT License
38 stars 8 forks source link

Implement item iterator #2

Closed LKedward closed 1 year ago

lewisfish commented 2 years ago

Hey, I've implemented a very rough version of this on my fork. Its good enough for my purposes, but probably not for inclusion in here. Just thought I mention this in the unlikely event anyone wants to use it or build upon it feel free.

LKedward commented 2 years ago

Thanks @lewisfish! I'll take a look and see if I can merge your commits here.