Contents

init(base:separator:)

Creates an iterator that presents the elements of the sequences traversed by base, concatenated using separator.

Declaration

init<Separator>(base: Base, separator: Separator) where Separator : Sequence, Separator.Element == Base.Element.Element

Discussion