@stdlib/array-base-ones2d
Create a two-dimensional nested array filled with ones.
Create a two-dimensional nested array filled with ones.
Create a three-dimensional nested array filled with ones.
Create a four-dimensional nested array filled with ones.
Create a five-dimensional nested array filled with ones.
Create an n-dimensional nested array filled with ones.
Create a filled three-dimensional nested array.
Create a filled three-dimensional nested array according to a provided callback function.
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.
Create a zero-filled generic array.
Create a zero-filled two-dimensional nested array.
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Copy elements to a new generic array after removing consecutive duplicated values.
Return a new array with elements in reverse order.