relatively-better-foreach-cli
CLI util to execute a command for each file matching a glob
CLI util to execute a command for each file matching a glob
React component for iterating over arrays and objects
A very simple function to use `forEach` in an asynchronous function and with `await`.
Common stuff we do with foreach loops
A faster foreach loop which uses the algorithm of a regular for loop.
Invoke a callback function once for each ndarray element.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
While a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Create a filled array according to a provided callback function.
Create a filled generic array according to a provided callback function.
Create a filled two-dimensional nested array according to a provided callback function.
Apply a binary callback to elements in two two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
Apply a binary callback to elements in two three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
Apply a binary callback to elements in two four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
Apply a binary callback to elements in two five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
Apply a binary callback to elements in two n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a two-dimensional nested output array.
Apply a binary callback to elements in two broadcasted input arrays and assign results to elements in a three-dimensional nested output array.