@stdlib/utils-uncurry
Transform a curried function into a function invoked with multiple arguments.
Transform a curried function into a function invoked with multiple arguments.
Partially apply function arguments.
Partially apply function arguments from the right.
Create a function that invokes a provided function according to a predicate function.
Memoize a function.
Function composition.
Transform a function into a sequence of functions each accepting a single argument.
Transform a function into a sequence of functions each accepting a single argument.
Decorate a provided function such that the function's return value is provided as an argument to another function.
Create a function that invokes a provided function according to a predicate function.
Function sequence.
Function composition.
Invoke a function n times and return an array of accumulated function return values.
Function sequence.
Apply a function to each element in an array and assign the result to an element in an output array.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
Invoke a function n times and return an array of accumulated function return values.
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.
Apply a function to elements in two input arrays and assign the results to an output array.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.