Folds the elements of list from right. The first value is used as an initial value. If list is null, it throws an error.
list
The fold operation.
The folded value.
Generated using TypeDoc
Folds the elements of list from right. The first value is used as an initial value. If
list
is null, it throws an error.