Instance Methodswift 6.0.3Swift
next
mutating func next() -> LazyPrefixWhileSequence<Base>.Iterator.Element?
mutating func next() -> LazyPrefixWhileSequence<Base>.Iterator.Element?
ss23LazyPrefixWhileSequenceV8IteratorV4next7ElementQzSgyF
What are these?1VR3M
import Swift
@frozen struct Iterator
An iterator over the initial elements traversed by a base iterator that satisfy a given predicate.
@frozen struct LazyPrefixWhileSequence<Base> where Base : Sequence
A sequence whose elements consist of the initial consecutive elements of some base sequence that satisfy a given predicate.
typealias Element = Base.Element