@stdlib/array-base-filled-by
Create a filled generic array according to a provided callback function.
Create a filled generic array according to a provided callback function.
Create a filled two-dimensional nested array.
Create a filled two-dimensional nested array according to a provided callback function.
Return the Cartesian power.
Return the Cartesian product.
Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.
Return an accessor function for retrieving an element from an array-like object.
Return an accessor function for setting an element in an array-like object.
Reverse an array in-place.
Return an accessor function for setting an element in an indexed array-like object.
Return a shallow copy of a portion of an array.
Convert a strided array to a two-dimensional nested array.
Convert a strided array to a three-dimensional nested array.
Convert a strided array to a four-dimensional nested array.
Convert a strided array to a five-dimensional nested array.
Take elements from an array.
Take elements from an indexed array.
Take elements from an array and return a new array after applying a mapping function.
Take elements from a two-dimensional nested array.
Return a string created by joining array elements using a specified separator.