joined(by:)

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

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