Documentation Language: Swift

Method

split(separator:maxSplits:omittingEmptySubsequences:)

Inherited from Collection.split(separator:maxSplits:omittingEmptySubsequences:).

func split(separator: Self.Element, maxSplits: Int = Int.max, omittingEmptySubsequences: Bool = true) -> [Self.SubSequence]