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 keyPath : AnyKeyPath?
The key path that specifies the property to compare during sorting.
var comparator: Comparator
The comparator for the sort descriptor.
ソート記述子のための比較子。