compose
Create a composition of functions
78 bytes
Usage
In a composition of functions, each function is given the next function as an argument and must call it to continue executing.
This can be a little jarring if you haven’t seen it before. Here’s a broken down composition. It’s equivalent to the code above.