var ascending: Bool
A Boolean value that indicates whether the receiver specifies sorting in ascending order.
あるブール値、それはレシーバが昇順でソートすることを指定するかどうかを指し示します。
var keyPath : AnyKeyPath?
The key path 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.
ソート記述子のための比較子。