Function composition

October 27, 2020 ยท View on GitHub

The ability to combine two (or more) functions to create a single new function that is equivalent to the combination of the aforementioned functions.

Implementations