Dictionary.Element
The element type of a dictionary: a tuple containing an individual key-value pair.
Declaration
typealias Element = (key: Key, value: Value)The element type of a dictionary: a tuple containing an individual key-value pair.
typealias Element = (key: Key, value: Value)