Enumeration

CollectionDifference.Change

A single change to a collection.

Declaration

@frozen enum CollectionDifference<ChangeElement>.Change

Topics

Initializers

init(from: Decoder)

Creates a new instance by decoding from the given decoder.

Instance Properties

var hashValue: Int

The hash value.

Instance Methods

func encode(to: Encoder)

Encodes this value into the given encoder.

func hash(into: inout Hasher)

Hashes the essential components of this value by feeding them into the given hasher.

Relationships

Conforms To

  • Decodable
  • Encodable
  • Equatable
  • Hashable