Instance Methodswift-algorithms 1.2.1Algorithms
next
Reductions.swift:465mutating func next() -> Base.Element?
mutating func next() -> Base.Element?
s10Algorithms27InclusiveReductionsSequenceV8IteratorV4next7ElementQzSgyF
What are these?42L0Z
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Iterator
struct InclusiveReductionsSequence<Base> where Base : Sequence
associatedtype Element where Self.Element == Self.Iterator.Element
A type representing the sequence’s elements.