Contents

LazyDropWhileSequence.Iterator

An iterator over the elements traversed by a base iterator that follow the initial consecutive elements that satisfy a given predicate.

Declaration

@frozen struct Iterator

Overview

This is the associated iterator for the LazyDropWhileSequence, LazyDropWhileCollection, and LazyDropWhileBidirectionalCollection types.

Topics

Type Aliases

Default Implementations