DropWhileSequence

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

    @frozen struct DropWhileSequence<Base> where Base : Sequence

    The underlying iterator’s sequence may be infinite.

    Citizens in Swift

    Typealiases

    Citizens in Swift

    where Base:Sequence

    Conformances

    Types

    Instance members

    Instance features

    Show obsolete interfaces (1)

    Hide obsolete interfaces

    Citizens in Swift

    where Base:Sequence, Base.Element:Sendable, Base.Iterator:Sendable

    Conformances