-
The key used to store and retrieve data.
Declaration
Swift
associatedtype Key -
The data we intend to store.
Declaration
Swift
associatedtype Value -
Accesses the
Valueassociated withkey.
View on GitHub
IndexProtocol Protocol Reference