Method
split(separator:maxSplits:omittingEmptySubsequences:)
Inherited from Sequence.split(separator:maxSplits:omittingEmptySubsequences:).
func split(separator: Self.Element, maxSplits: Int = Int.max, omittingEmptySubsequences: Bool = true) -> [ArraySlice<Self.Element>]