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

sort(comparator:)

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

Declaration 宣言

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

Parameters パラメータ

cmptr

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

See Also 参照

Rearranging Content 内容を並べ替える

Related Documentation 関連文書