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