joined()

Returns a lazy sequence that concatenates the elements of this sequence of sequences.

Declaration

func joined() -> LazySequence<FlattenSequence<Self.Elements>>