Test if a value is a BooleanArray.
Return the index of the first element which equals a provided search element.
Create a minimal array-like object supporting the accessor protocol from another array-like object.
Generate a linearly spaced numeric array according to a provided increment.
Test if an input value is a supported array boolean data type.
Test whether all elements in an array pass a test implemented by a predicate function.
Flatten an n-dimensional nested array.
Create a generic array filled with ones.
Determine the minimum array data type for storing a provided signed integer value.
Test if a value is a complex typed array.
Test if an input value is a supported array real-valued data type.
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Return an accessor function for setting an element in an array-like object.
Test if an input value is a supported array complex-valued floating-point data type.
Return a new array containing every element from an input array, except for the element at a specified index.
Test if an input value is a supported array signed integer data type.
Return the index of the first element which equals a provided search element according to the same value algorithm.
Return the complement of a list of array indices.
Test if an input value is a supported array real-valued floating-point data type.
Reverse an array in-place.
Flatten a two-dimensional nested array according to a callback function.
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
Take elements from two indexed arrays in a single pass.
Test if two arrays have the same values.