@stdlib/utils-do-until-each
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.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Invoke a function while a test condition is true.
While a test condition is true, invoke a function for each element in a collection.
Test whether all elements in a collection are truthy.
Test whether all elements in a collection pass a test implemented by a predicate function.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Invoke a function for each element in a collection.
Invoke a function for each element in a collection, iterating from right to left.
Invoke a function for each own and inherited enumerable property of an object.
Invoke a function for each own enumerable property of an object.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.
Test whether all own properties of an object pass a test implemented by a predicate function.
Create an iterator which iteratively computes a cumulative geometric mean.
Create an iterator which iteratively computes a cumulative harmonic mean.
Create an iterator which iteratively computes a cumulative maximum value.
Create an iterator which iteratively computes a cumulative maximum absolute value.
Create an iterator which iteratively computes a cumulative arithmetic mean.
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.