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

decodeIfPresent(_:configuration:)

No overview available.

Declaration 宣言

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