SingleValueDecodingContainer
protocol SingleValueDecodingContainer
-
Decodes a single value of the implicit type.
Declaration
Swift
func decode<T>() throws -> T where T : Decodable
SylvesterCommon Docs (48% documented)
protocol SingleValueDecodingContainer
Decodes a single value of the implicit type.
Swift
func decode<T>() throws -> T where T : Decodable