@stdlib/utils-key-by-right
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.
Found 178 results for typed-array like
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.
Until 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.
High-performance, customizable dummy object generator for testing and benchmarking.
Detect native Int32Array support.
Generate a frequency table according to an indicator function.
Split values into two groups according to a predicate function.
Awesome logical and bitwise operators with support for TypedArrays
Invoke a function for each element in a collection.
Integer-valued typed array constructors.
Dynamically growing typed arrays
Test if a value is an `ArrayBuffer` view.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Creates a filled matrix or array.
Detect native BigInt64Array support.
Test if a value is a valid typed array length.
SharedArrayBuffer.
Create (or fill) an array from an iterator.
Real-valued floating-point typed array constructors.
Return a pretty binary print of a typed array
Serializes a typed array for dynamic code evaluation.
Detect native ArrayBuffer support.
Detect native Float32Array support.
Creates a zero-filled matrix or array.
Detect native Uint16Array support.
Detect native Float64Array support.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Group values according to an indicator function.
Typed array pool.
A common TypeScript interface for Array and Typed arrays.
Convert an array to the same data type as a second input array.
Detect native Int16Array support.
Create a typed array.
Add one or more elements to the beginning of a collection.
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.
Serializes an input value for dynamic code evaluation.
Detect native Uint8ClampedArray support.
Unsigned integer typed array constructors.
Creates an infinity-filled matrix or array.
Fancy multidimensional array constructor.
Remove and return the first element of a collection.
While a test condition is true, invoke a function for each element in a collection.
Revive a JSON-serialized typed array.
Detect native Uint8Array support.
Detect native DataView support.
Create an array filled with NaNs and having the same length and data type as a provided array.
Detect native Uint32Array support.
Create a complex number typed array.
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.