@stdlib/array-base-filled4d
Create a filled four-dimensional nested array.
Create a filled four-dimensional nested array.
Create a filled four-dimensional nested array according to a provided callback function.
Create a filled five-dimensional nested array.
Create a filled five-dimensional nested array according to a provided callback function.
Create a filled n-dimensional nested array.
Create a filled n-dimensional nested array according to a provided callback function.
Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.
Return the first element of an array-like object.
Flatten an n-dimensional nested array.
Flatten an n-dimensional nested array according to a callback function.
Flatten a two-dimensional nested array.
Flatten a two-dimensional nested array according to a callback function.
Flatten a three-dimensional nested array.
Flatten a three-dimensional nested array according to a callback function.
Generate a linearly spaced numeric array whose elements increment by 1.
Take elements from either one of two arrays depending on a condition.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Create a zero-filled generic array.
Create a zero-filled two-dimensional nested array.
Take elements from a three-dimensional nested array.