var ascending: Bool
A Boolean value that indicates whether the receiver specifies sorting in ascending order.
あるブール値、それはレシーバが昇順でソートすることを指定するかどうかを指し示します。
var key: String?
The key that specifies the property to compare during sorting.
ソートの間に比較することになるプロパティを指定するキー。
var selector: Selector?
The selector for comparing objects.
オブジェクトを比較するためのセレクタ。
var comparator: Comparator
The comparator for the sort descriptor.
ソート記述子のための比較子。