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 : SequenceA sequence whose elements consist of the elements that follow the initial consecutive elements of some base sequence that satisfy a given predicate.
@frozen struct LazyDropWhileSequence<Base> where Base : Sequence