joined()
Returns a lazy sequence that concatenates the elements of this sequence of sequences.
Declaration
func joined() -> LazySequence<FlattenSequence<Self.Elements>>Returns a lazy sequence that concatenates the elements of this sequence of sequences.
func joined() -> LazySequence<FlattenSequence<Self.Elements>>