Tag
public struct Tag : RawRepresentable, Equatable, Hashable
Undocumented
-
Declaration
Swift
public let rawValue: UInt64
-
Declaration
Swift
public init(rawValue: UInt64)
-
Declaration
Swift
public var hashValue: Int { get }
-
Undocumented
Declaration
Swift
public static let standardDateTimeString: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let epochBasedDateTime: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let positiveBignum: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let negativeBignum: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let decimalFraction: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let bigfloat: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let expectedConversionToBase64URLEncoding: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let expectedConversionToBase64Encoding: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let expectedConversionToBase16Encoding: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let encodedCBORDataItem: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let uri: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let base64Url: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let base64: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let regularExpression: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let mimeMessage: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let uuid: CBOR.Tag
-
Undocumented
Declaration
Swift
public static let selfDescribeCBOR: CBOR.Tag