Structures
The following structures are available globally.
-
Declaration
Swift
public struct OrderedDictionary<K, V> where K : Hashableextension OrderedDictionary: Sequence, IteratorProtocol
-
An
Errortype indicating a problem during decoding by theTypeDecoder.This type provides additional guidance for
See moreDecodabletypes that do not conform to either theValidSingleCodingValueProviderorValidKeyedCodingValueProviderprotocols, suggesting that conformance may enable successful decoding.Declaration
Swift
public struct TypeDecodingError : Error -
See moreTypeDecoderallows you to decode a Swift type by usingTypeDecoder.decode()and passing the type to be decoded.Declaration
Swift
public struct TypeDecoder
View on GitHub
Structures Reference