Generic Structure

ComparableComparator

A comparator that compares types according to their conformance to the comparable protocol. あるコンパレータ、それは型それらをそれらの比較可能プロトコルへの準拠によって比較します。

Declaration 宣言

struct ComparableComparator<Compared> where Compared : Comparable

Overview 概要

The comparator uses the relevant type’s Comparable implementation to compare instances. コンパレータ(比較子)は、関連する型のもつComparable実装を使ってインスタンスそれらを比較します。

Topics 話題

Using a Comparator コンパレータを使う

Inspecting a Comparator コンパレータを調査する

Comparing Comparators コンパレータを比較する

Relationships 関係

Conforms To 次に準拠

See Also 参照

Sorting ソートする