JoinedSequence
A sequence that presents the elements of a base sequence of sequences concatenated using a given separator.
Declaration
@frozen struct JoinedSequence<Base> where Base : Sequence, Base.Element : SequenceA sequence that presents the elements of a base sequence of sequences concatenated using a given separator.
@frozen struct JoinedSequence<Base> where Base : Sequence, Base.Element : Sequence