@stdlib/utils-while-each
While a test condition is true, invoke a function for each element in a collection.
Found 178 results for typed-array
While a test condition is true, invoke a function for each element in a collection.
Revive a JSON-serialized typed array.
Remove and return the first element of a collection.
Create a filled array having the same length and data type as a provided array.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Detect native Uint8Array support.
Detect native Uint32Array support.
Create an array filled with NaNs and having the same length and data type as a provided array.
Typed array pool.
Remove and return the last element of a collection.
Create an iterator from an array-like object view, iterating from right to left.
Create an iterator from a strided array-like object.
nv-uintyped-array ================= - nv-uintyped-array creat a mat-view of Uint-TypedArray - fixed col-number and row-number (when init) - the buffer can be SharedArrayBuffer
Multidimensional array iterators.
Find whether the type of a variable is typed array.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
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.
Until a test condition is true, invoke a function for each element in a collection.