@stdlib/utils-map4d
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.
Found 48 results for fcn
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 element in an array and assign the result to an element in an output array, iterating from right to left.
Create a function that invokes a provided function according to an argument mask.
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.
Wrap a function in a try/catch block.
Function sequence.
Create a function that invokes a provided function with specified arguments.
Generate a thunk.