This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
734a415999c3dd9f750df5470ae2ded92c221517
wren
/
test
/
core
/
map
/
new.wren
T
5 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add initial Map class with hash table, subscript, and count support
2015-01-25 06:27:35 +00:00
var map = new Map
IO.print(map.count) // expect: 0
IO.print(map) // expect: {}
Reference in New Issue
Copy Permalink