Type Alias

KeyValuePairs.Element

The element type of a KeyValuePairs: a tuple containing an individual key-value pair. KeyValuePairsの要素型:個々のキー値ペアを含んでいるタプル。

Declaration 宣言

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

Relationships 関係