Create an iterator from a strided array-like object.
Strided.
Reinterpret a Complex128Array as a Float64Array.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a BooleanArray as a Uint8Array.
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Apply a nullary callback and assign results to elements in a strided output array.
Standard math.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Symbol.
stdlib TypeScript type declarations.
Detect native Symbol.iterator support.
Symbol iterator.
Float64Array.
Uint8Array.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Minimal async jobs utility library, with streams support
Uint32Array.
Uint16Array.
Iterate any JS iterator. Works robustly in all environments, all versions.
Calculate the arithmetic mean of a strided array.
Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.