ExplicitNull

public enum ExplicitNull<C> : Codable, Sendable where C : Decodable, C : Encodable, C : Sendable

A twist on Optional that, in a KeyedValueContainer, can distinguish between being unset entirely and being explicitly set to the nil value.