@stdlib/constants-array-max-typed-array-length
Maximum length for a typed array.
@stdlib/assert-has-uint8clampedarray-support
Detect native Uint8ClampedArray support.
@stdlib/assert-tools-array-like-function
Return a function which tests if every element in an array-like object passes a test condition.
@stdlib/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
@stdlib/array-filled-by
Create a filled array according to a provided callback function.
@stdlib/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
@stdlib/array-ones
Create an array filled with ones and having a specified length.
@stdlib/utils-prepend
Add elements from one collection to the beginning of another collection.
@stdlib/utils-unshift
Add one or more elements to the beginning of a collection.
@stdlib/streams-node-from-circular-array
Create a readable stream from a circular array-like object.
@stdlib/streams-node-from-strided-array
Create a readable stream from a strided array-like object.
@stdlib/array-nans
Create an array filled with NaNs and having a specified length.
@stdlib/assert-has-biguint64array-support
Detect native BigUint64Array support.
@stdlib/streams-node-from-array
Create a readable stream from an array-like object.
@stdlib/utils-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/utils-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/iter-to-array-view-right
Fill an array-like object view from right to left with values returned from an iterator.
@stdlib/assert-is-accessor-array
Test if a value is an array-like object supporting the accessor (get/set) protocol.
assert-is-nan-array
Test if a value is an array-like object containing only NaN values.
@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
@stdlib/utils-append
Add elements from one collection to the end of another collection.
@stdlib/array-typed-real-float-ctors
Real-valued floating-point typed array constructors.
@stdlib/utils-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.