Type Aliases
The following type aliases are available globally.
-
Declaration
Swift
public typealias StandardArrayCoder<Element> = ArrayCoder<StandardArrayCoderProperties, Element>
-
Declaration
Swift
public typealias StandardDictionaryCoder<Key, Value> = DictionaryCoder<StandardDictionaryCoderProperties, Key, Value> where Key : Decodable, Key : Encodable, Key : Hashable