@stdlib/assert-has-uint8array-support
Detect native Uint8Array support.
Found 178 results for typed-array
Detect native Uint8Array support.
Test if a value is a Float32Array.
Uint32Array.
Uint16Array.
Detect native Float64Array support.
Float64Array.
Test if a value is a Uint8Array.
Uint8Array.
Detect native Uint16Array support.
Test if a value is a Uint16Array.
Detect native Float32Array support.
Test if a value is a Float64Array.
Float32Array.
Detect native Uint32Array support.
Test if a value is a Uint32Array.
Detect native Int8Array support.
Maximum length for a typed array.
Detect native Int32Array support.
Detect native Int16Array support.
Int16Array.
Detect native Uint8ClampedArray support.
Int8Array.
Test if a value is an Int32Array.
Uint8ClampedArray.
Test if a value is an Int8Array.
Int32Array.
Test if a value is an Int16Array.
Test if a value is a Uint8ClampedArray.
Complex128Array.
Arrays.
Complex64Array.
Test if a value is an ArrayBuffer.
Multidimensional arrays.
Return a JSON representation of a typed array.
Returns an array constructor corresponding to an array data type.
Casts an array to an array of a different data type.
Returns an array data type corresponding to an array constructor name.
ArrayBuffer.
Detect native ArrayBuffer support.
Returns an array data type corresponding to an array constructor name.
Detect native DataView support.
Returns an array constructor corresponding to an array data type.
DataView.
Multidimensional array constructor.
Base multidimensional array.
Test if a value is a DataView.
Validates if a value is typed-array-like.
Generate a frequency table.
BooleanArray.
Floating-point typed array constructors.
Create a filled array according to a provided callback function.
Create a zero-filled array having a specified length.
Group values according to an indicator function and return group counts.
Typed array constructors.
Multidimensional arrays.
Create an uninitialized array having a specified length.
Test if a value is a BooleanArray.
Create a filled array.
Create an iterator from an array-like object.
Allocate a buffer using an octet array.
Custom jest matchers to test binary data
Create a typed array.
Create a filled array having a specified length.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Create an array filled with ones and having a specified length.
Test if a value is a Complex128Array.
Convert an array to an array of a different data type.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Complex typed array constructors.
Test if a value is a Complex64Array.
Group values as arrays associated with distinct keys.
Create (or fill) an array from an iterator.
High-performance, customizable dummy object generator for testing and benchmarking.
Test if a value is a SharedArrayBuffer.
Allocate a buffer from an ArrayBuffer.
Create a single-element array containing a provided scalar value.
Create an array filled with NaNs and having a specified length.
Detect native SharedArrayBuffer support.
Typed array constructors.
Create an iterator which repeatedly iterates over the elements of an array-like object.
Invoke a function for each element in a collection and update the collection in-place.
Real-valued floating-point typed array constructors.
Invoke a function for each element in a collection, iterating from right to left.
Test if a value is an array-like object containing only falsy values.
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.
Test if a value is an array-like object where every element is between two values.
Create a complex number typed array.
Detect native BigUint64Array support.
Detect native BigInt64Array support.
Test if a value is an `ArrayBuffer` view.
Create an iterator from an array-like object, iterating from right to left.
Group values according to an indicator function.
Typed array pool.
Test if a value is an array-like object containing only truthy values.
Create a typed array.
Create an array filled with ones and having the same length and data type as a provided array.
Generates normally distributed random variates.
Fill an array-like object view from right to left with values returned from an iterator.
Convert an array to the same data type as a second input array.
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Test if a value is a valid typed array length.
Create an iterator from a sparse array-like object.
Add elements from one collection to the beginning of another collection.
While 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, iterating from right to left.
While a test condition is true, invoke a function for each element in a collection.
Create an iterator from a strided array-like object.
Integer-valued typed array constructors.
Until a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection.
Create an iterator from a sparse array-like object, iterating from right to left.
Signed integer typed array constructors.
Generate a frequency table according to an indicator function.
Create an uninitialized array having the same length and data type as a provided array.
Create a zero-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.
Split values into two groups.
SharedArrayBuffer.
Unsigned integer typed array constructors.
Fill an array-like object view with values returned from an iterator.
Named typed tuple.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Create an iterator from an array-like object view, iterating from right to left.
Remove and return the last element of a collection.
Create an iterator from an array-like object view.
Revive a JSON-serialized typed array.
Add one or more elements to the beginning of a collection.
Create a filled array having the same length and data type as a provided array.
Add one or more elements to the end of a collection.
Invoke a function for each element in a collection.
Split values into two groups according to a predicate function.
Remove and return the first element of a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Until a test condition is true, invoke a function for each element in a collection.
Super simple type-safe fixed-length integers for TypeScript/JavaScript
Add elements from one collection to the end of another collection.
Awesome logical and bitwise operators with support for TypedArrays
Base (i.e., lower-level) array utilities.
Detect native Uint32Array support.
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.
Detect native DataView support.
Applies a function to each typed array element.
Fancy multidimensional array constructor.
Creates a filled matrix or array.
Detect native Int8Array support.
Array constants.
Detect native Float64Array support.
Create an array filled with NaNs and having the same length and data type as a provided array.
Dynamically growing typed arrays
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Find whether the type of a variable is typed array.
Creates an infinity-filled matrix or array.
Detect native Float32Array support.
Creates a ones-filled matrix or array.
A common TypeScript interface for Array and Typed arrays.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Creates a NaN-filled matrix or array.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Detect native SharedArrayBuffer support.
Serializes an input value for dynamic code evaluation.
Detect native Int32Array support.
Detect native Uint8ClampedArray support.
Return a pretty binary print of a typed array
Multidimensional array iterators.
Arrays.
Detect native Uint8Array support.
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
Creates a zero-filled matrix or array.
Serializes a typed array for dynamic code evaluation.
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.
Detect native ArrayBuffer support.
Casts an array to an array of a different data type.
Detect native BigUint64Array support.
Detect native BigInt64Array support.
Detect native Int16Array support.
Detect native Uint16Array support.