Tag

struct Tag : Equatable, CustomStringConvertible, Hashable

Safe type of CKTag to use as a memory buffer.

  • id

    Unique ID.

    Declaration

    Swift

    var id: String
  • Name of the tag.

    Declaration

    Swift

    var name: String
  • Declaration

    Swift

    var description: String { get }
  • Declaration

    Swift

    static func == (lhs: `Self`, rhs: `Self`) -> Bool
  • Declaration

    Swift

    func hash(into hasher: inout Hasher)