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
6609bf24120e0b7a70b0d2542278b1c78a676f74
wren
/
test
/
map
/
remove_key_not_value.wren
T
2 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add remove() method to Map class with native implementation and tests
2015-01-26 01:42:36 +00:00
var result = {}.remove([]) // expect runtime error: Key must be a value type.
Reference in New Issue
Copy Permalink