Initializerswift 6.0.1Swift
init(from:)
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
ss20CollectionDifferenceV6ChangeOsSeRzSERzlE4fromADyx_Gs7Decoder_p_tKcfc
What are these?
FNV24: [6FJXZ]
import Swift
@frozen enum Change
A single change to a collection.
struct CollectionDifference<ChangeElement>
A collection of insertions and removals that describe the difference between two ordered collection states.
protocol Decoder
A type that can decode values from a native format into in-memory representations.
protocol Encodable
A type that can encode itself to an external representation.
protocol Decodable
A type that can decode itself from an external representation.
func encode(to encoder: any Encoder) throws