There are 0 repository under array-like topic.
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 if a value is an array-like object containing only symbols.
Create a readable stream from an array-like object.
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 empty array-like object.
Return a function which tests if every element in an array-like object passes a test condition.
Fill an array-like object view from right to left with values returned from an iterator.
Create a readable stream from a circular array-like object.
Create a readable stream from a strided array-like object.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Invoke a function once for each element in a collection.
Test whether all elements in a collection are truthy.
Return the first index at which a given element can be found.
Test whether all elements in a collection are falsy.
Create a minimal array-like object supporting the accessor protocol from another array-like object.
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.
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
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.
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Test if a value is array-like.
Test if a value is an array-like object.
Test if a value is an array-like object containing only falsy values.
Test if a value is an array-like object containing only functions.
Test if a value is an array-like object of numbers.
Test if a value is an array-like object containing only truthy values.
Fill an array-like object view with values returned from an iterator.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Split values into two groups.