jussi-kalliokoski / trine

A utility library for modern JavaScript.
ISC License
1.42k stars 35 forks source link

iterable/zip.js #37

Closed nikhedonia closed 9 years ago

nikhedonia commented 9 years ago

open questions:

jussi-kalliokoski commented 9 years ago

where to put generatorify ?

more generic generatorify ?

In this case I'd just go with inline const iterators = [...this].map((iterable) => iterable[Symbol.iterator]());

jussi-kalliokoski commented 9 years ago

merged as 6568e83. Thank you! :heart: :tada: