Contents

SortComparator

A comparison algorithm for a specified type.

Declaration

@preconcurrency protocol SortComparator<Compared> : Hashable, Sendable

Overview

Objects that conform to SortComparator provide a comparison algorithm and storage for the sort order to use when comparing.

Topics

Inspecting a Comparator

Using a Comparator

See Also

Sorting