Basic Behaviors 基本の挙動

Use your custom types in operations that depend on testing for equality or order and as members of sets and dictionaries. あなたのあつらえの型を、同等性や順番を調べることに基づく演算の中で、そして集合および辞書のメンバとして使用します。

Topics 話題

Equality and Ordering 同等性と順序

Allow your custom types to be used with simple collection operations, such as contains(_:), and standard comparison operators. あなたのあつらえの型を、単純なコレクション演算、例えばcontains(_:)など、そして標準比較演算子とともに使われるようにしましょう。

Sets and Dictionaries 集合と辞書

Store your custom types in sets or use them as dictionary keys. いろいろなあなたのあつらえの型を集合に格納するまたはそれらを辞書キーとして使います。

String Representation 文字列表現

Raw Representation 生の表現

See Also 参照

Tools for Your Types あなたの型のためのツール