Instance Methodswift-algorithms 1.2.1Algorithms
next
Stride.swift:97mutating func next() -> Base.Element?
mutating func next() -> Base.Element?
s10Algorithms16StridingSequenceV8IteratorV4next7ElementQzSgyF
What are these?9ROON
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Iterator
An iterator over a StridingSequence
instance.
struct StridingSequence<Base> where Base : Sequence
A wrapper that strides over a base sequence.
associatedtype Element where Self.Element == Self.Iterator.Element
A type representing the sequence’s elements.