struct LazyDropWhileIndex<Base where Base : Collection> A position in a LazyDropWhileCollection or LazyDropWhileBidirectionalCollection instance. Inheritance Comparable, Equatable View Protocol Hierarchy → Import import Swift Instance Variables var base: Base.Index The position corresponding to self in the underlying collection. Declaration var base: Base.Index { get }