Dictionary

struct Dictionary<Key, Value> where Key : Hashable
  • Any annotated error message, or nil if not set

    Declaration

    Swift

    public var error: String? { get }
  • Any annotated error message, or nil if not set

    Declaration

    Swift

    public var token: String? { get }
  • True if the annotations included the pinned annotation

    Declaration

    Swift

    public var pinned: Bool { get }
  • True if the annotations include the void annotation

    Declaration

    Swift

    public var void: Bool { get }
  • True if the annotations include the transient annotation

    Declaration

    Swift

    public var transient: Bool { get }