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

decodeIfPresent(_:configuration:)

No overview available.

Declaration 宣言

mutating func decodeIfPresent<T, C>(_: T.Type, configuration: C.Type) throws -> T? where T : DecodableWithConfiguration, C : DecodingConfigurationProviding, T.DecodingConfiguration == C.DecodingConfiguration