Floating-point typed array constructors.
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.
Create an array filled with ones and having a specified length.
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
Flatten a two-dimensional nested array according to a callback function.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Create (or fill) an array from an iterator.
Take elements from two indexed arrays in a single pass.
Return a function which tests if every element in an array passes a test condition.
Test if two arrays have the same values.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Test if a value is an array.
Replace specified elements of an array with provided values.
Generate a linearly spaced numeric array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Create an array filled with NaNs and having a specified length.
List of byte orders.
Insert an element into an array.
Buffer.
Return a typed array constructor for creating typed arrays stored in little-endian byte order.
Return a typed array constructor for creating typed arrays having a specified byte order.
Test if an array is sorted in ascending order.