@stdlib/utils-memoize
Memoize a 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.
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.
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.