The element type of a dictionary: a tuple containing an individual key-value pair.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
typealias Dictionary<Key, Value>.Element = (key: Key, value: Value)
The element type of a dictionary: a tuple containing an individual key-value pair.
SDK
Framework
typealias Dictionary<Key, Value>.Element = (key: Key, value: Value)