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