JoinedByClosureCollection

A collection that presents the elements of a base collection of collections concatenated using a given separator that depends on the collections right before and after it.

Joined.swift:224
struct JoinedByClosureCollection<Base, Separator> where Base : Collection, Separator : Collection, Base.Element : Collection, Separator.Element == Base.Element.Element