The element type of a dictionary: a tuple containing an individual key-value pair.
SDK
Framework
On This Page
typealias Dictionary<Key, Value>.Element = (key: Key, value: Value)
Collection
Sequence