Learn some function stuff
Other
- Box handler
- Check if a value is a function
- Check if a value is a generator function
- Check if a value is an async function
- Compose functions from left to right
- Compose functions
- Create a function that accepts a single argument
- Create an empty function
- Curry a function
- Delay the evaluation of a function
- Execute a function once
- Flip the arguments of a function
- Identity function
- Logical xor operator
- Memoize a function
- Partially apply a function
- Uncurry a function