TypealiasSwiftLazyDropWhileIteratorObsolete since Swift 5.0typealias LazyDropWhileIterator<T> = LazyDropWhileSequence<T>.Iterator where T : Sequence