The type of the elements in the source sequence.
The type of the result of the aggregation.
The options including the accumulator function and seed.
An async-enumerable sequence containing the accumulated values.
Optional
seed: RGenerated using TypeDoc
Applies an accumulator function over an iterable sequence and returns each intermediate result. The specified seed value, if given, is used as the initial accumulator value.