Performs right-to-left function composition.
Mon Apr 20 2020 13:38:08 GMT+0000 (UTC)
Saved by @Cutesy #python #python #function #composition
Function composition is a way of combining functions such that the result of each function is passed as the argument of the next function.
https://www.30secondsofcode.org/python/s/compose/
Comments