Iterator
An iterator over the elements traversed by a base iterator that follow the initial consecutive elements that satisfy a given predicate.
@frozen struct Iterator
This is the associated iterator for the LazyDropWhileSequence
, LazyDropWhileCollection
, and LazyDropWhileBidirectionalCollection
types.
Citizens in Swift
Members
Citizens in Swift
where Base:Sequence
Conformances
protocol IteratorProtocol
A type that supplies the values of a sequence one at a time.