Splits the source sequence by a separator.
The source iterable.
Separator element.
A sequence of splits of elements.
TSource The type of the source.
Splits the source sequence by a predicate.
A function to test an element for a condition.
Splits the source sequence by a separator.