Generic Instance Method 総称体インスタンスメソッド

decode(_:forKey:configuration:)

No overview available.

Declaration 宣言

func decode<T, C>(_: T.Type, forKey key: KeyedDecodingContainer<K>.Key, configuration: C.Type) throws -> T where T : DecodableWithConfiguration, C : DecodingConfigurationProviding, T.DecodingConfiguration == C.DecodingConfiguration