elixirscript / elixirscript/erlang-types
Add Map class
Open
- 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.