/
Launch Apollo Studio


EXTENSION

Parseable

public extension Parseable where Self: Decodable

Methods

init(from:decoder:)

init<T: FlexibleDecoder>(from data: Data, decoder: T) throws

Parameters

NameDescription
dataThe data to decode
decoderThe decoder to use to decode it
Edit on GitHub