SplitSequence

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

Split.swift:25
struct SplitSequence<Base> where Base : Sequence