ExclusiveReductionsSequence

A sequence of applying a transform to the element of a sequence and the previously transformed result.

Reductions.swift:180
struct ExclusiveReductionsSequence<Base, Result> where Base : Sequence