@stdlib/array-base-strided2array2d
Convert a strided array to a two-dimensional nested 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 a two-dimensional nested array.
Take elements from a three-dimensional nested array.
Convert an ndarray buffer to a generic array.
Test if a value is a ragged nested array
Create an iterator which converts each iterated ndarray to a generic array.
Convert an ndarray to a generic array.
Extract a nested property value from each element of an object array.
Set a nested property value.
Get a nested property value.
Flatten an array.
Flatten an object.
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.
Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.
A simple drop-down menu coded in vanilla JavaScript.