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
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
Members
Citizens in Swift
where ChangeElement:Equatable
Conformances
protocol Equatable
A type that can be compared for value equality.
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.