Initializerswift 6.1.2Swift
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?6FJXZimport Swift@frozen enum ChangeA single change to a collection.
struct CollectionDifference<ChangeElement>A collection of insertions and removals that describe the difference between two ordered collection states.
protocol DecoderA type that can decode values from a native format into in-memory representations.
protocol EncodableA type that can encode itself to an external representation.
protocol DecodableA type that can decode itself from an external representation.
func encode(to encoder: any Encoder) throws