Function or value | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Behaves like a combination of map and fold; it applies a function to each element of a tree, passing an accumulating parameter, and returning a final value of this accumulator together with the new tree.
|
|
|
|
|
|
|