-
The key used to store and retrieve data.
Declaration
Swift
associatedtype Key
-
The data we intend to store.
Declaration
Swift
associatedtype Value
-
Accesses the
Value
associated withkey
.