iterablext
Fundamental functions for Iterables
Fundamental functions for Iterables
Check if value is iterable.
Lazily map an iterable.
Allows using plain primitive numbers in iteration.
Replace values in iterable with an object.
iterable indexable
Query library for ECMAScript iterables.
LINQ-like syntax using tagged templates.
Simple task queue with ES6 iterable interface
Make ES6 Iterators Functional Again
Checks if a value is an iterable that outputs exactly the specified values.
Lazy evaluation utilities for JavaScript powered by ES6 iterators and generators
Create an iterator that transforms results from another iterator
Create an array of elements split into chunks
JavaScript data processing pipelines and utilities
Iterable cardinality library for JavaScript
Generic iterable wrapper for ES2015
A handy function with a unified interface to iterate Strings, Arrays, TypedArrays, Maps, Sets, (any Iterables) & Objects.
Enable Functional JS Programming with iterable/iterate protocol concept.
Bin data into given number of chunks and pick a representative value for each bin.