@stdlib/utils-map2d
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 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.
Create a function that invokes a provided function according to an argument mask.
Create a function that invokes a provided function with a specified number of arguments.
Package for using Kotlin's Scope Function Extensions on JavaScript and TypeScript
Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.
Create an iterator thunk.