文書   >   Swift 標準ライブラリ   >   Collections   >   Supporting Types   >   AnyBidirectionalCollection   >   split(maxSplits:omittingEmptySubsequences:whereSeparator:)
インスタンスメソッド
split(maxSplits:omittingEmptySubsequences:
whereSeparator:)
利用可能な概要はありません。
宣言
func split(maxSplits: Int = default, omittingEmptySubsequences: Bool = default, whereSeparator isSeparator: (Element) throws -> Bool) rethrows -> [AnyBidirectionalCollection<Element>]