Search results
48 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Function which does nothing.
Constant function.
Determine a function's name.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
- stdlib
- stdmath
- mathematics
- math
- statistics
- stats
- tools
- prng
- rng
- pseudorandom
- random
- rand
- generator
- factory
- View more
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.
- stdlib
- stdmath
- mathematics
- math
- statistics
- stats
- tools
- prng
- rng
- pseudorandom
- random
- rand
- generator
- factory
- View more
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.
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
- stdlib
- stdmath
- mathematics
- math
- statistics
- stats
- tools
- prng
- rng
- pseudorandom
- random
- rand
- generator
- factory
- View more
Function sequence.
- stdlib
- stdutils
- stdutil
- utilities
- utils
- util
- asynchronous
- async
- sequence
- seq
- pipe
- pipeline
- pipelining
- function
- View more
Argument function.
Create a function that invokes a provided function with arguments in reverse order.
Invoke a function n times and return an array of accumulated function return values.
Function composition.
- stdlib
- stdutils
- stdutil
- utilities
- utils
- util
- asynchronous
- async
- compose
- composition
- function
- fun
- func
- fcn
- View more
Test if a value is a native function.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- function
- fcn
- is
- isfunction
- native
- isnative
- View more
Transform a curried function into a function invoked with multiple arguments.
- stdlib
- stdutils
- stdutil
- utilities
- utils
- util
- uncurry
- uncurry-right
- uncurried
- curry
- curried
- partial
- partially
- apply
- View more
Partially apply function arguments from the right.