Take elements from an indexed array.
Test if a value is a BooleanArray.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Create a filled array according to a provided callback function.
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.
Create a filled array.
Generate a linearly spaced array over a specified interval.
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 filled array having a specified length.
Determine the minimum array data type for storing a provided signed integer value.
Test if a value is a complex typed array.
Create a generic array filled with ones.
Test if an input value is a supported array real-valued data type.
Test if an input value is a supported array complex-valued floating-point data type.
Return an accessor function for setting an element in an array-like object.
Test if an input value is a supported array signed integer data type.
Return a new array containing every element from an input array, except for the element at a specified index.
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Create an iterator from an array-like object.
Return the index of the first element which equals a provided search element according to the same value algorithm.