You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

DictionaryType


PROTOCOL

DictionaryType

Swift
1public protocol DictionaryType: ExpressibleByDictionaryLiteral

Provides a PAT interface to Dictionary<Key, Value>

Properties

underlying

Swift
1var underlying: [KeyType: ValueType]
Feedback

Edit on GitHub

Forums