init(keyPath:ascending:comparator:)
Creates a sort descriptor with a specified key path and ordering, and a comparator block.
Declaration
convenience init<Root, Value>(keyPath: KeyPath<Root, Value>, ascending: Bool, comparator cmptr: @escaping Comparator)