Structureswift 6.0.1Swift
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.
Other members in extension
Typealiases
Instance members
func makeIterator(
) -> LazyDropWhileSequence<Base>.Iterator Returns an iterator over the elements of this sequence.
Citizens in Swift
Conformances
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
protocol IteratorProtocol<Element>
A type that supplies the values of a sequence one at a time.