EnumerationSwift5.9.0

    Change

    A single change to a collection.

    iOS
    13.0+
    macOS
    10.15+
    tvOS
    13.0+
    watchOS
    6.0+
    @frozen enum Change

    Citizens in Swift

    Members

    Citizens in Swift

    where ChangeElement:Decodable, ChangeElement:Encodable

    Conformances

    Members

    Citizens in Swift

    where ChangeElement:Equatable

    Conformances

    Features

    Citizens in Swift

    where ChangeElement:Hashable

    Conformances

    • protocol Hashable

      A type that can be hashed into a Hasher to produce an integer hash value.

    Citizens in Swift

    where ChangeElement:Sendable

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.