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

sort(options:usingComparator:)

Sorts the receiver in ascending order using the specified options and the comparison method specified by a given Comparator block. レシーバを昇順にソートします、指定されたオプションとある与えられたComparatorブロックによって指定される比較メソッドを使います。

Declaration 宣言

func sort(options opts: NSSortOptions = [], 
usingComparator cmptr: (Any, Any) -> ComparisonResult)

Parameters パラメータ

opts

A bitmask that specifies the options for the sort (whether it should be performed concurrently and whether it should be performed stably). あるビットマスク、それはソートのためのオプションを指定します(それが並行に実行されるべきかどうかそしてそれが変動なく実行されるべきかどうか)。

cmptr

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

See Also 参照

Rearranging Content 内容を並べ替える

Related Documentation 関連文書