/
Launch Apollo Studio


PROTOCOL

DictionaryType

public protocol DictionaryType: ExpressibleByDictionaryLiteral

Provides a PAT interface to Dictionary<Key, Value>

Properties

underlying

var underlying: [KeyType: ValueType]
Edit on GitHub