Contents

LazyDropWhileSequence

A sequence whose elements consist of the elements that follow the initial consecutive elements of some base sequence that satisfy a given predicate.

Declaration

@frozen struct LazyDropWhileSequence<Base> where Base : Sequence

Topics

Type Aliases

Default Implementations

See Also

Lazy Wrappers