SplitCollection

A collection that lazily splits a base collection into subsequences separated by elements that satisfy the given whereSeparator predicate.

Split.swift:349
struct SplitCollection<Base> where Base : Collection