文書   >   Swift 標準ライブラリ   >   Initialization with Literals   >   ExpressibleByDictionaryLiteral   >   init(dictionaryLiteral:)
init(dictionaryLiteral:)
与えられたキー値ペアで初期化されたインスタンスを作成します。
必須。
宣言
init(dictionaryLiteral elements: (Self.Key, Self.Value)...)