Type Aliasswift 6.0.3Swift
Element
typealias Element = Base.Element
typealias Element = Base.Element
import Swift
@frozen struct LazyDropWhileSequence<Base> where Base : Sequence
A sequence whose elements consist of the elements that follow the initial consecutive elements of some base sequence that satisfy a given predicate.
associatedtype Element where Self.Element == Self.Iterator.Element
A type representing the sequence’s elements.