init(from: Decoder)
Creates a sort order by decoding from the decoder you specify.
func encode(to: Encoder)
Encodes the sort order into the encoder you specify.
Availability 有効性
Technology
@frozen enum SortOrder
init(from: Decoder)
func encode(to: Encoder)
case forward
case reverse
static func == (SortOrder, SortOrder) -> Bool
static func != (SortOrder, SortOrder) -> Bool
func hash(into: inout Hasher)
var hashValue : Int
class NSSortDescriptor
enum ComparisonResult
struct SortDescriptor
protocol SortComparator
struct ComparableComparator
struct KeyPathComparator