KeyValuePairs.Element

The element type of a KeyValuePairs: a tuple containing an individual key-value pair.

Declaration

typealias Element = (key: Key, value: Value)