jmakeig / iterant

Wraps any JavaScript iterable to provide a common set of chainable methods
https://jmakeig.github.io/iterant
Apache License 2.0
1 stars 0 forks source link

Refactors specific implementations into separate classes #10

Closed jmakeig closed 8 years ago

jmakeig commented 8 years ago

Creates base Iterable class and extensions for IterableArray and IterableSequence.