joined(by:)

Returns the concatenation of the elements in this sequence of sequences, inserting the separator produced by the closure between each sequence.

Joined.swift:415
func joined(by separator: @escaping (Element, Element) -> Element.Element) -> JoinedByClosureSequence<Elements, CollectionOfOne<Element.Element>>