Retoor software development Projects Research SearchXNG
Register Sign In

5 lines
80 B
Plaintext
Raw Normal View History

Initial map implementation. Still lots of methods missing and clean up and tests to do. Also still no literal syntax. But the core hash table code is there and working. The supported key types are all, uh, supported.
2015-01-25 07:27:35 +01:00
var map = new Map
IO.print(map.count) // expect: 0
IO.print(map) // expect: {}
Reference in New Issue Copy Permalink
42dd7cdad4
wren/test/core/map/new.wren
Response time: 75ms
Mail Licenses API