InterspersedSequence

A sequence that presents the elements of a base sequence of elements with a separator between each of those elements.

Intersperse.swift:18
struct InterspersedSequence<Base> where Base : Sequence