Update explanations
Update explanation in digitize Update explanation in delay Update explanation in curry Update explanation in compose_right Update explanation in compose
This commit is contained in:
@ -5,7 +5,7 @@ tags: function,intermediate
|
||||
|
||||
Performs left-to-right function composition.
|
||||
|
||||
Use `reduce()` to perform left-to-right function composition.
|
||||
Use `functools.reduce()` to perform left-to-right function composition.
|
||||
The first (leftmost) function can accept one or more arguments; the remaining functions must be unary.
|
||||
|
||||
```py
|
||||
|
||||
Reference in New Issue
Block a user