JoinedByCollection

A collection that presents the elements of a base collection of collections concatenated using a given separator.

Joined.swift:122
struct JoinedByCollection<Base, Separator> where Base : Collection, Separator : Collection, Base.Element : Collection, Separator.Element == Base.Element.Element