protocol DictionaryLiteralConvertible| Inheritance | View Protocol Hierarchy → | 
|---|---|
| Associated Types | |
| Import | import Swift | 
Initializers
init(dictionaryLiteral:)  Required
    
          Create an instance initialized with elements.
Declaration
init(dictionaryLiteral elements: (Self.Key, Self.Value)...)
    
Conforming types can be initialized with dictionary literals.