api / koma.internal.default.utils / kotlin.collections.List
Extensions for kotlin.collections.List
| Name | Summary |
|---|---|
| accumulateRight | fun <T>List<T>.accumulateRight(f: (T,T) ->T):ArrayList<T>Similar to reduceRight, except the results of each stage are stored off into the output list instead of just the final result. |