Initializer

init(dictionaryLiteral:)

Creates an instance initialized with the given key-value pairs. 与えられた「キー値」ペアで初期化されるインスタンスを作成します。

Declaration 宣言

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