LazyPrefixWhileSequence
A sequence whose elements consist of the initial consecutive elements of some base sequence that satisfy a given predicate.
Declaration
@frozen struct LazyPrefixWhileSequence<Base> where Base : SequenceA sequence whose elements consist of the initial consecutive elements of some base sequence that satisfy a given predicate.
@frozen struct LazyPrefixWhileSequence<Base> where Base : Sequence