Instance Methodswift 6.1.2Swift

joined

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

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