A structure which can be reduced to an accumulated value, such as list and tree.
Readonly
Folds the data structure with folder function by right associativity.
folder
The function which takes the next and accumulating value and returns the calculated accumulation.
The accumulated result value.
Generated using TypeDoc
A structure which can be reduced to an accumulated value, such as list and tree.