DictionaryType
PROTOCOL
DictionaryType
Swift
1public protocol DictionaryType: ExpressibleByDictionaryLiteral
Provides a PAT interface to Dictionary<Key, Value>
Properties
underlying
Swift
1var underlying: [KeyType: ValueType]