Enumeration
列挙
ComparisonResult
Constants that indicate sort order.
ソート順を指し示す定数。
Declaration
宣言
@frozen enum ComparisonResult : Int
, @unchecked Sendable
Overview
概要
These constants are used to indicate how items in a request are ordered, from the first one given in a method invocation or function call to the last (that is, left to right in code).
これらの定数は、メソッド発動や関数呼び出しにおいて与えられる最初のものから最後のものへ(すなわち、コードの中で左から右へ)、ある依頼の中の項目いくらかがどうやって並べられるか、を指し示すために使われます。
See Also
参照
Sorting
ソートする
class NSSortDescriptor
An immutable description of how to order a collection of objects according to a property common to all the objects.
どのようにオブジェクトいくつかからなるあるコレクションを全てのオブジェクトに共通のあるプロパティによって順序付けするかの不変の記述。
struct SortDescriptor
A serializable description of how to sort numerics and strings.
どのように数および文字列を順序付けするかのシリアル化可能な記述。
struct ComparableComparator
A comparator that compares types according to their conformance to the comparable protocol.
あるコンパレータ、それは型それらをそれらの比較可能プロトコルへの準拠によって比較します。
struct KeyPathComparator
A comparator that uses another sort comparator to provide the comparison of values at a key path.
あるコンパレータ、それは別のソートコンパレータを使って、あるキーパスでの値それらの比較を提供します。
enum SortOrder
The orderings that you can perform sorts with.
あなたがそれでソートを実行できる順序付けそれら。