AggregateRightExtension<T> extension

on

Methods

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