@stdlib/ndarray-base-ctor
Base multidimensional array.
Base multidimensional array.
Test if a value is a valid typed array length.
Test if a value is a Uint16Array.
Test if a value is a Uint32Array.
Test if a value is a Uint8Array.
Test if a value is a Uint8ClampedArray.
Allocate a buffer using an octet array.
Allocate a buffer from an ArrayBuffer.
Remove and return the first element of a collection.
Remove and return the last element of a collection.
Add elements from one collection to the beginning of another collection.
Add one or more elements to the beginning of a collection.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
While 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, iterating from right to left.
Invoke a function for each element in a collection and update the collection in-place.
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Add one or more elements to the end of a collection.
Apply a function against an accumulator and each element in an array and return the accumulated result.