@stdlib/utils-map5d
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.
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.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
Return an array of an object's own enumerable property names.
Return an array of an object's own and inherited enumerable property names.
Move a property from one object to another object.
Named typed tuple.
Create a function that invokes a provided function with a specified number of arguments.
Determine the specification defined classification of an object.
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
Create an iterator which steps according to a provided callback function.
Fill an array-like object view with values returned from an iterator.
Fill an array-like object view from right to left with values returned from an iterator.
Create an iterator which returns the union of two or more iterators.
Create an iterator which returns unique values.
Create an iterator which returns unique values according to a predicate function.
Create an iterator which returns unique values according to a hash function.
Create an iterator which returns numbers incremented by one.
Create an iterator which prepends values to the beginning of a provided iterator.