Value
The type of the key’s value.
Declaration
associatedtype ValueDiscussion
Swift typically infers this type from your implementation of the defaultValue property, so you don’t have to define it explicitly.
The type of the key’s value.
associatedtype ValueSwift typically infers this type from your implementation of the defaultValue property, so you don’t have to define it explicitly.