Utilities

  • A coding key that can be created from arbitrary string values.

    See more

    Declaration

    Swift

    public struct AnyCodingKey : CodingKey
    extension AnyCodingKey: ExpressibleByStringLiteral
  • Wrapper for a property that can be cleared. Used in UpdateRequests.

    See more

    Declaration

    Swift

    public enum Clearable<Value> : Codable, Sendable where Value : Decodable, Value : Encodable, Value : Sendable
    extension Clearable: Equatable where Value: Equatable