Instance Methodswift-algorithms 1.2.1Algorithms
next
Reductions.swift:225mutating func next() -> Result?
mutating func next() -> Result?
s10Algorithms27ExclusiveReductionsSequenceV8IteratorV4nextq_SgyF
What are these?6C90Q
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Iterator
struct ExclusiveReductionsSequence<Base, Result> where Base : Sequence
A sequence of applying a transform to the element of a sequence and the previously transformed result.