SortComparator
A comparison algorithm for a specified type.
Declaration
@preconcurrency protocol SortComparator<Compared> : Hashable, SendableOverview
Objects that conform to SortComparator provide a comparison algorithm and storage for the sort order to use when comparing.