Skip to content

Instantly share code, notes, and snippets.

@marcuswu0814
marcuswu0814 / NullCodable.swift
Created September 13, 2021 10:26
SwagGen NullCodable Proposal
import UIKit
@propertyWrapper
public struct NullCodable<Value> {
public enum EncodingOption {
case encodeNull, `default`
}
public struct EncodingOptionWrapper {