Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for hashmaps #40

Open
Michael-F-Bryan opened this issue May 5, 2023 · 0 comments
Open

Add support for hashmaps #40

Michael-F-Bryan opened this issue May 5, 2023 · 0 comments

Comments

@Michael-F-Bryan
Copy link
Contributor

Dictionaries are used all over the place in code, so it's be nice to have some sort of hashmap<K, V> primitive that people can use.

Under the hood, the most efficient way to transfer it would be as a tuple<list<K>, list<V>> that gets turned back into a HashMap before being given to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant