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 selector: Selector?
The selector for comparing objects.
オブジェクトを比較するためのセレクタ。
var comparator: Comparator
The comparator for the sort descriptor.
ソート記述子のための比較子。