TryAggregateRightExtension<T> extension

on

Methods

tryAggregateRight<TResult>(T aggregator(T aggregate, T element), {T defaultValue}) → T
Aggregates the iterable into a single value in a right-associative manner. [...]