|
|
|
|
|
|
35
|
the `keys()` function on maps. i didn't find any convenient polyfills
|
35
|
the `keys()` function on maps. i didn't find any convenient polyfills
|
|
36
|
(`keys()` should return something iterator-like, e.g. returning raw
|
36
|
(`keys()` should return something iterator-like, e.g. returning raw
|
|
37
|
values on `next()` and `StopIteration` when the end is reached.)
|
37
|
values on `next()` and `StopIteration` when the end is reached.)
|
|
|
|
38
|
* bug: overwriting trixls isn't supported as `Map#set` compares by
|
|
|
|
39
|
reference and not by value. maybe use chunks instead? (could be a
|
|
|
|
40
|
performance boost as well.)
|