@stdlib/utils-reduce-right
Apply a function against an accumulator and each element in an array while iterating from right to left 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.
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.
Typed array pool.
Revive a JSON-serialized typed array.
SharedArrayBuffer.
Create an iterator which repeatedly iterates over the elements of an array-like object.
Create an iterator from an array-like object.
Create an iterator from an array-like object, iterating from right to left.
Return a JSON representation of a typed array.
Create an iterator from a sparse array-like object.
Create an iterator from a sparse array-like object, iterating from right to left.
Create an iterator from a strided array-like object.
BooleanArray.
ArrayBuffer.
Complex128Array.
Complex64Array.
Convert an array to an array of a different data type.
Convert an array to the same data type as a second input array.
DataView.
Create an uninitialized array having a specified length.