iterable-extra.min
Extra methods for iterable (browserified, minified).
Extra methods for iterable (browserified, minified).
Filter values from iterable that pass the test, like Array.filter().
Get first value in iterable that satisfies the test, like Array.find().
Get all values in iterable that satisfy the test, like Array.find().
Get indices of all values in iterable that satisfy the test, like Array.findIndex().
Get first value in iterable, like Array[0].
Flatten values in iterable, like _.flatten().
Call a function for each value in iterable, like Array.forEach().
Get Hamming distance between iterables.
Check if value is present in iterable, like Array.includes().
Functional ES2015 iterable utilities
A library of JavaScript functions that take an iterable and mimic the functionality of many Array methods
Member of the starry suite—modular functions for iterable objects.
Member of the starry suite—modular functions for iterable objects.
Member of the starry suite—modular functions for iterable objects.
Member of the starry suite—modular functions for iterable objects.
Member of the starry suite—modular functions for iterable objects.
Member of the starry suite—modular functions for iterable objects.
Member of the starry suite—modular functions for iterable objects.
Member of the starry suite—modular functions for iterable objects.