@stdlib/iter-to-array-view
Fill an array-like object view with values returned from an iterator.
Found 178 results for typed-array
Fill an array-like object view with values returned from an iterator.
Integer-valued typed array constructors.
Until a test condition is true, invoke a function for each element in a collection.
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.
Remove and return the first element of a collection.
Detect native DataView support.
Split values into two groups.
Find whether the type of a variable is typed array.
Add elements from one collection to the beginning of another collection.
Create a zero-filled array having the same length and data type as a provided array.
Detect native Int16Array support.
Detect native Uint16Array support.
Group values according to an indicator function.
Detect native Uint32Array support.
Named typed tuple.
Base (i.e., lower-level) array utilities.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Unsigned integer typed array constructors.
Create a filled array having the same length and data type as a provided array.
Until a test condition is true, invoke a function for each element in a collection.
Detect native BigInt64Array support.
Detect native SharedArrayBuffer support.
Detect native BigInt64Array support.
Casts an array to an array of a different data type.
SharedArrayBuffer.
Serializes a typed array for dynamic code evaluation.
Detect native Int32Array support.
Creates a ones-filled matrix or array.
Detect native Int8Array support.
Detect native BigUint64Array support.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
Detect native BigUint64Array support.
Add one or more elements to the end of a collection.
Test if a value is a valid typed array length.
Create an iterator from an array-like object, iterating from right to left.
Detect native Uint8Array support.
Test if a value is an `ArrayBuffer` view.
Detect native Uint8ClampedArray support.
Create an iterator from an array-like object view.
Detect native Float32Array support.
Convert an array to the same data type as a second input array.
Creates a filled matrix or array.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Create an array filled with NaNs and having the same length and data type as a provided array.
Detect native Float64Array support.
Create an array filled with ones and having the same length and data type as a provided array.
Creates a NaN-filled matrix or array.
Serializes an input value for dynamic code evaluation.
A common TypeScript interface for Array and Typed arrays.
Creates an infinity-filled matrix or array.
Add elements from one collection to the end of another collection.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Creates a zero-filled matrix or array.
Create a typed array.
Return a pretty binary print of a typed array
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Multidimensional array iterators.
Fancy multidimensional array constructor.