Skip to content

Add support for hashmaps #40

@Michael-F-Bryan

Description

@Michael-F-Bryan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions