elixirscript / elixirscript/erlang-types

Add Map class

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This map class must have the following properties

- [ ] Similar API to JavaScript's Map class
- [ ] Allow anything to be a key
- [ ] Match keys by value and not by reference (ex: [1] should equal [1])
- [ ] `get` should work in constant time
- [ ] `has` should work in constant time

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.