Initializer

init(dictionaryLiteral:)

Initializes a newly allocated dictionary from the given key-value pairs. 新しくアロケートされた辞書をこの与えられたキー値ペアそれらから初期化します。

Declaration 宣言

required convenience init(dictionaryLiteral elements: (Any, Any)...)

Parameters パラメータ

elements

A variadic array of two-member tuples, where the first member is a key and the second is its corresponding value. 2つのメンバーのタプルいくつかからなる可変長引数配列、そこで最初のメンバーはキーです、そして2つ目はそれの対応する値です。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Creating a Dictionary from Another Dictionary 辞書を別の辞書から作成する