elixirscript / elixirscript/erlang-types
Add Map class
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 4
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.