Initializer

init(dictionaryLiteral:)

Creates a new KeyValuePairs instance from the given dictionary literal. KeyValuePairsインスタンスを与えられた辞書リテラルから作成します。

Declaration 宣言

init(dictionaryLiteral elements: (Key, Value)...)

Discussion 解説

The order of the key-value pairs is kept intact in the resulting KeyValuePairs instance. キー値ペアの順序は、結果のKeyValuePairsインスタンスにおいて損なわれず保たれます。

Relationships 関係

From Protocol 由来プロトコル