Utilities
-
A coding key that can be created from arbitrary string values.
See moreDeclaration
Swift
public struct AnyCodingKey : CodingKeyextension AnyCodingKey: ExpressibleByStringLiteral -
Wrapper for a property that can be cleared. Used in
See moreUpdateRequests.Declaration
Swift
public enum Clearable<Value> : Codable, Sendable where Value : Decodable, Value : Encodable, Value : Sendableextension Clearable: Equatable where Value: Equatable
View on GitHub
Utilities Reference