basarat/typescript-collections

Hashmap

Closed this issue · 2 comments

Will there ever be support for hash map?

hmil commented

You could just use Map instead. Or are you looking for specific features a soft implementation would offer over the native one?

Nope, it looks like Map would serve my purposes. Thanks for sharing.