@stdlib/assert-is-sharedarraybuffer
Test if a value is a SharedArrayBuffer.
Found 178 results for typed-array
Test if a value is a SharedArrayBuffer.
Applies a function to each typed array element.
Create an iterator from a sparse array-like object, iterating from right to left.
Revive a JSON-serialized typed array.
Split values into two groups according to a predicate function.
Test if a value is an array-like object containing only truthy values.
Fill an array-like object view from right to left with values returned from an iterator.
Remove and return the last element of a collection.
Create (or fill) an array from an iterator.
Detect native ArrayBuffer support.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
Awesome logical and bitwise operators with support for TypedArrays
Until a test condition is true, invoke a function for each element in a collection.
Create an iterator which repeatedly iterates over the elements of an array-like object.
Invoke a function for each element in a collection.
Array constants.
Create a complex number typed array.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Signed integer typed array constructors.
Add one or more elements to the end of a collection.
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
Dynamically growing typed arrays
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
Invoke a function for each element in a collection, iterating from right to left.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Real-valued floating-point typed array constructors.
Test if a value is an array-like object where every element is between two values.
While a test condition is true, invoke a function for each element in a collection.
Create an iterator from a strided array-like object.
Create an iterator from an array-like object view, iterating from right to left.
Add one or more elements to the beginning of a collection.
Create an iterator from a sparse array-like object.
Typed array pool.
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, iterating from right to left.
Arrays.
While a test condition is true, invoke a function for each element in a collection.
Create an uninitialized 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, iterating from right to left.
Generate a frequency table according to an indicator function.
Convert an array to the same data type as a second input array.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Super simple type-safe fixed-length integers for TypeScript/JavaScript
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.
Detect native BigInt64Array support.
Casts an array to an array of a different data type.
SharedArrayBuffer.
Detect native SharedArrayBuffer support.
Detect native BigInt64Array support.
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.
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.
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.
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.
Detect native Float64Array support.
Create an array filled with NaNs and having the same length and data type as a provided array.
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.
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.
Return a pretty binary print of a typed 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.
Creates a zero-filled matrix or array.
Create a typed array.
Multidimensional array iterators.
Fancy multidimensional array constructor.