Closed mattbierner closed 8 years ago
Lazy iteration over key values similar to map; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
Should also be investigate creating versions of keys and values and pairs that return iterators instead of arrays.
keys
values
pairs
Probably would be implemented using some generic traverse type method with continuations.
traverse
Lazy iteration over key values similar to map; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
Should also be investigate creating versions of
keys
andvalues
andpairs
that return iterators instead of arrays.Probably would be implemented using some generic
traverse
type method with continuations.