Create a zero-filled array having the same length and data type as a provided array.
Create a zero-filled generic array.
Create a zero-filled array having a specified length.
Return a function which tests if every element in an array passes a test condition.
Test if a value is an array.
Float64Array.
Return a function which tests if every element in an array-like object passes a test condition.
Uint8Array.
Test if a value is an array-like object.
Uint32Array.
Uint16Array.
Float32Array.
Test if a value is array-like.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Test if an array-like object supports the accessor (get/set) protocol.
Test if a value is object-like.
Convert an array-like object to an object likely to have the same "shape".
Create a filled generic array.
Return an accessor function for setting an element in an indexed array-like object.
Buffer.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return an accessor function for retrieving an element from an indexed array-like object.
Random numbers.
Test if a value is typed-array-like.