Contents

DropFirstSequence

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

Declaration

@frozen struct DropFirstSequence<Base> where Base : Sequence

Overview

The underlying iterator’s sequence may be infinite.

Topics

Initializers

Instance Methods

Type Aliases

Default Implementations

See Also

Wrappers for Algorithms