decodeIfPresent(_:configuration:)

iOS
15+
macOS
12+
tvOS
15+
watchOS
8+
mutating func decodeIfPresent<T>(_: T.Type, configuration: T.DecodingConfiguration) throws -> T? where T : DecodableWithConfiguration