fold
fold<
A>(c): (data) =>A
Defined in: Core/Combinable.ts:104
Folds an array into a single value using the Combinable’s empty as the starting point.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Combinable<A>
Returns
Section titled “Returns”(data) => A