@stdlib/utils-noop
Function which does nothing.
Found 48 results for fcn
Function which does nothing.
Constant function.
Determine a function's name.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Memoize a function.
C APIs for creating and managing strided array function objects.
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
Create a function that invokes a provided function with a specified number of arguments.
Test if an object-like value contains a circular reference.
Partially apply function arguments.
Return a regular expression to match a native function.
Argument function.
Transform a curried function into a function invoked with multiple arguments.
Function composition.
Function composition.
Function sequence.
Invoke a function n times and return an array of accumulated function return values.
Transform a function into a sequence of functions each accepting a single argument.
Create a function that invokes a provided function with reordered arguments.
Create a function that invokes a provided function with arguments in reverse order.
Wrap a function in a try/catch block.
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
Invoke a function n times and return an array of accumulated function return values.
Test if a value is a native function.
C APIs for creating and managing ndarray function objects.
Partially apply function arguments from the right.
Transform a function into a sequence of functions each accepting a single argument.
Function sequence.
Transform a curried function into a function invoked with multiple arguments.
Create a function that invokes a provided function according to a predicate function.
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
Create a function that invokes a provided function according to a predicate function.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
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.
Create a function that invokes a provided function according to an argument mask.
Create a function that invokes a provided function with specified arguments.
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 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 element in an array and assign the result to an element in an output array.
Apply a function to elements in two input arrays and assign the results to an output array.
Decorate a provided function such that the function's return value is provided as an argument to another function.
Generate a thunk.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
Validates if a value is a native function.
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 factory function for generating pseudorandom values drawn from a ternary PRNG.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.