Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a zero-filled generic array.
Float64Array.
Uint8Array.
Return a function which tests if every element in an array-like object passes a test condition.
Uint32Array.
Uint16Array.
Test if a value is an array-like object.
Float32Array.
Round a double-precision floating-point number toward zero.
Return a function which tests if every element in an array passes a test condition.
Test if a value is array-like.
Test if a value is an array.
Test if an array-like object supports the accessor (get/set) protocol.
Buffer.
Test if a double-precision floating-point numeric value is negative zero.
Test if a double-precision floating-point numeric value is positive zero.
Test if a value is object-like.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Random numbers.
Return an accessor function for retrieving an element from an indexed array-like object.
Convert an array-like object to an object likely to have the same "shape".
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Create a filled generic array.