A simple list of possible Typed Array names.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Is this value a JS ArrayBuffer?
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Is this value a JS SharedArrayBuffer?
Create a double-precision floating-point number from a higher order word and a lower order word.
Compute the absolute value of a double-precision floating-point number.
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Robustly get the length of a Typed Array
Given a stride array, determine array iteration order.
Get the ArrayBuffer out of a TypedArray, robustly.
Test if a value is an array-like object containing only nonnegative integers.
Calculate the sum of strided array elements using pairwise summation.
Test if a value is an array-like object of numbers.
Multidimensional arrays.
Test whether all elements in an array pass a test implemented by a predicate function.
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Create a minimal array-like object supporting the accessor protocol from another array-like object.