Enumeration

CollectionDifference.Change

A single change to a collection. あるコレクションに対するある単一の変更。

Declaration 宣言

@frozen enum CollectionDifference<ChangeElement>.Change

Topics 話題

Enumeration Cases 列挙ケース

Initializers イニシャライザ

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Operator Functions 演算子関数

Relationships 関係

Conforms To 次に準拠

  • Decodable
    Conforms when ChangeElement conforms to Decodable and Encodable. ChangeElementDecodableEncodableに準拠する時に準拠します。
  • Encodable
    Conforms when ChangeElement conforms to Decodable and Encodable. ChangeElementDecodableEncodableに準拠する時に準拠します。
  • Equatable
    Conforms when ChangeElement conforms to Equatable. ChangeElementEquatableに準拠する時に準拠します。
  • Hashable
    Conforms when ChangeElement conforms to Hashable. ChangeElementHashableに準拠する時に準拠します。