@stdlib/utils-reverse-arguments
Create a function that invokes a provided function with arguments in reverse order.
Create a function that invokes a provided function with arguments in reverse order.
Create a function that invokes a provided function with specified arguments.
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.
Create a factory function for generating pseudorandom values drawn from a ternary PRNG.
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
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.