Package: alexandria
Function compose
Lambda List
compose (function &rest more-functions)
Details
Returns a function composed of function and more-functions that
applies its arguments to to each in turn, starting from the rightmost of more-functions, and then calling the next one with the primary value of the last.