Creates an instance initialized with the given key-value pairs.
Required.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
init(dictionaryLiteral elements: (Self.Key, Self.Value)...)
Creates an instance initialized with the given key-value pairs.
Required.
SDK
Framework
init(dictionaryLiteral elements: (Self.Key, Self.Value)...)