Updated 6 months ago

@stdlib/utils-async-some-by-right • Rank 4.5 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-any-by-right • Rank 4.5 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-inmap-right • Rank 3.9 • Science 44%

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-every-by-right • Rank 3.8 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-async-none-by-right • Rank 3.6 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

Updated 6 months ago

@stdlib/utils-do-until-each-right • Rank 3.2 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

@stdlib/utils-inmap-right • Rank 3.0 • Science 44%

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

Updated 6 months ago

@stdlib/utils-while-each-right • Rank 2.9 • Science 44%

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

@stdlib/utils-key-by-right • Rank 2.7 • Science 44%

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.

Updated 6 months ago

@stdlib/utils-reduce-right • Rank 2.5 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 6 months ago

utils-do-while-each-right • Rank 1.9 • Science 44%

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

utils-async-reduce-right • Rank 0.7 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Updated 6 months ago

utils-until-each-right • Rank 0.0 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

utils-for-each-right • Rank 0.0 • Science 44%

Invoke a function for each element in a collection, iterating from right to left.