@stdlib/utils-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Found 118 results for array-like
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Invoke a function for each element in a collection.
Invoke a function for each element in a collection, iterating from right to left.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Create a readable stream from a circular array-like object.
Test whether all elements in a collection fail a test implemented by a predicate function.
Test if a value is an empty array-like object.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection is truthy.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Add one or more elements to the end of a collection.
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
Implements array-like methods for Object with support for dot notation keys
Minimalist set theory operations for Array-like objects in less than 1KB
Flatten an array or array-like objects
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Get the size of a value.
Validates if a value is an arguments object.
Given an array, pick some random elements and return them in a new array.
check whether an object is an array-like object
Create an array-like object.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Creates a slice of array with n elements dropped from the end.
check if an object can be used like an Array. 判断一个对象能否像数组一样使用,即是否为数组或类数组对象
Casts an array to an array of a different data type.
A lightweight package that transforms any key-value database into an indexed, log-structured database.
Creates a slice of array with n elements dropped from the beginning.
Provides functions to operate on Sets, Arrays and Array-Like JavaScript data structures
callable array
Determine if a value is array-like. Fork of https://github.com/gearcase/is-array-like.
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
An inheritable Class that behaves like an Array
Comparesion of Subarrays of Two Arrays
Creates an Array from a slice of an Array-like object
Throw TypeError if not a value is array-like. The undefined value always evaluates to true.