Contents

DropWhileSequence

A sequence that lazily consumes and drops n elements from an underlying Base iterator before possibly returning the first available element.

Declaration

@frozen struct DropWhileSequence<Base> where Base : Sequence

Overview

The underlying iterator’s sequence may be infinite.

Topics

Instance Methods

Type Aliases

Default Implementations

See Also

Wrappers for Algorithms