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 from the right.
Optional
seed: RGenerated using TypeDoc
Applies an accumulator function over an async-iterable sequence from the right and returns each intermediate result. The specified seed value, if given, is used as the initial accumulator value.