如何使用Array类“分区”方法

时间:2017-04-20 04:31:55

标签: ios arrays swift

我目前正在研究swift中的Array类。我遇到了以下方法

mutating func partition(by belongsInSecondPartition: (Element) throws -> Bool) rethrows -> Int

apple official documentation对方法是什么以及如何使用方法没有任何解释。

为什么没有为此方法提供解释?这是一个例外还是很多其他功能也没有解释?遇到这样的情况时,处理它的最佳方法是什么(即学习如何使用该方法)?

0 个答案:

没有答案