Generic Structure

CollectionDifference

A collection of insertions and removals that describe the difference between two ordered collection states. 2つの順序付きコレクション状態の間の差異を記述するいくらかの挿入と除去からなるあるコレクション。

Declaration 宣言

struct CollectionDifference<ChangeElement>

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

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

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

Subscripts 添え字

Operator Functions 演算子関数

Structures 構造体

Enumerations 列挙

Relationships 関係

Conforms To 次に準拠

  • Collection
  • 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に準拠する時に準拠します。

See Also 参照

Wrappers for Algorithms アルゴリズムに対するラッパー