TryAggregateRightExtension<T> extension

on

Methods

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