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/assert-tools-typed-array-function • Rank 4.0 • Science 44%

Return a function which tests if every element in a typed array passes a test condition.

Updated 6 months ago

@stdlib/array-to-circular-iterator • Rank 3.7 • Science 44%

Create an iterator which repeatedly iterates over the elements of an array-like object.

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-reduce • Rank 3.6 • Science 44%

Apply a function against an accumulator and each element in a collection and return the accumulated result.

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-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/array-ones-like • Rank 3.0 • Science 44%

Create an array filled with ones and having the same length and data type as a provided array.