72 results for “topic:array-like”
A small module to check if an Array is sorted
Tensor-like types – with variadic shapes – that support both static and runtime type checking, and convenient parsing
Overloading square bracket operator [] in javascript and other array methods to any object with container using es6 proxy.
🔃 Simple wrapper to filter array using Ruby and simple predicate conditions
Test if an array-like value contains a search value.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Create a readable stream from an array-like object.
Test if a value is an array-like object containing only symbols.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Invoke a function once for each element in a collection.
Test whether at least one element in a collection is truthy.
Test whether all elements in a collection are truthy.
Create a readable stream from a strided array-like object.
Return a function which tests if every element in an array-like object passes a test condition.
Create a readable stream from a circular array-like object.
Test whether all elements in a collection are falsy.
Fill an array-like object view from right to left with values returned from an iterator.
Test if a value is an empty array-like object.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Return the first index at which a given element can be found.
A powerful utility toolkit for JavaScript
Test if a value is an array-like object containing only truthy values.
Invoke a function for each element in a collection and update the collection in-place.
Test if a value is array-like.
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.
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.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Test if a value is an array-like object containing only falsy values.
Check if an object is array-like