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

decodeIfPresent(_:forKey:configuration:)

No overview available.

Declaration 宣言

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