Updated 6 months ago

@stdlib/assert-tools-array-like-function • Rank 11.6 • Science 44%

Return a function which tests if every element in an array-like object passes a test condition.

Updated 6 months ago

@stdlib/array-base-accessor • Rank 7.8 • Science 44%

Create a minimal array-like object supporting the accessor protocol from another array-like object.

Updated 6 months ago

@stdlib/array-base-to-accessor-array • Rank 7.4 • Science 44%

Convert an array-like object to a minimal array-like object supporting the accessor protocol.

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-some-by • Rank 4.1 • Science 44%

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

Updated 6 months ago

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

Test whether at least one element in a collection passes a test implemented by a predicate function.

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-inmap • Rank 3.7 • Science 44%

Invoke a function for each element in a collection and update the collection in-place.

Updated 6 months ago

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

Invoke a function for each element in a collection and update the collection in-place.

Updated 6 months ago

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

Test whether all elements in a collection pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/iter-to-array-view-right • Rank 3.6 • Science 44%

Fill an array-like object view from right to left with values returned from an iterator.

Updated 6 months ago

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

Test whether all elements in a collection fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-some-by • Rank 3.1 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.

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-none-by • Rank 2.8 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function.

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-any-by • Rank 2.6 • Science 44%

Test whether at least one element in a collection passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/utils-any-by-right • Rank 2.6 • 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-do-until-each • Rank 2.4 • Science 44%

Until a test condition is true, invoke a function for each element in a collection.

Updated 6 months ago

@stdlib/utils-until-each • Rank 2.2 • Science 44%

Until a test condition is true, invoke a function for each element in a collection.

Updated 6 months ago

@stdlib/utils-none-by-right • Rank 2.1 • 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

utils-every-by-right • Rank 1.9 • 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-key-by • Rank 1.8 • Science 44%

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.

Updated 6 months ago

@stdlib/utils-some • Rank 1.8 • Science 44%

Test whether a collection contains at least `n` elements which are truthy.

Updated 6 months ago

@stdlib/utils-some-by-right • Rank 1.8 • 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

utils-while-each • Rank 0.7 • Science 44%

While a test condition is true, invoke a function for each element in a collection.

Updated 6 months ago

utils-do-while-each • Rank 0.0 • Science 44%

While a test condition is true, invoke a function for each element in a collection.

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-every-by • Rank 0.0 • Science 44%

Test whether all elements in a collection pass a test implemented by a predicate function.

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.

Updated 6 months ago

array-base-cusome-by-right • Rank 0.0 • Science 44%

Cumulatively test whether at least `n` elements in a provided array pass a test implemented by a predicate function, while iterating from right-to-left.

Updated 6 months ago

array-base-cunone-by-right • Science 44%

Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 6 months ago

array-base-cuevery-by-right • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 6 months ago

array-base-cuany-by-right • Science 44%

Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.