Generic Initializer

init(_:comparator:)

Creates a comparator using a key path and a sort comparator to compare values at that key path. コンパレータをあるキーパスおよびそのキーパスでの値を比較するソートコンパレータを使って作成します。

Declaration 宣言

init<Value, Comparator>(_ keyPath: KeyPath<Compared, Value>, comparator: Comparator) where Value == Comparator.Compared, Comparator : SortComparator

Parameters パラメータ

keyPath

A key path to a property that the comparator uses to compare. コンパレータが比較のために使うあるプロパティへのキーパス。

comparator

A sort comparator. あるソートコンパレータ。

See Also 参照

Creating Key Path Comparators キーパスコンパレータを作成する