Instance Method インスタンスメソッド

sort(comparator:)

Sorts the mutable ordered set using the comparison method specified by the comparator block. 可変の順序集合を比較子ブロックによって指定される比較メソッドを使ってソートします。

Declaration 宣言

func sort(comparator cmptr: (Any, Any) -> ComparisonResult)

Parameters パラメータ

cmptr

A comparator block. 比較を行うブロック。

See Also 参照

Sorting Entries 登録項目をソートする