EntryType
public enum EntryType : UInt8, Equatable
The types of entries that can be stored in the tuple.
-
Undocumented
Declaration
Swift
case null = 0x00 -
Undocumented
Declaration
Swift
case byteArray = 0x01 -
Undocumented
Declaration
Swift
case string = 0x02 -
Undocumented
Declaration
Swift
case tuple = 0x05 -
Undocumented
Declaration
Swift
case integer = 0x0C -
Undocumented
Declaration
Swift
case float = 0x20 -
Undocumented
Declaration
Swift
case double = 0x21 -
Undocumented
Declaration
Swift
case falseValue = 0x26 -
Undocumented
Declaration
Swift
case trueValue = 0x27 -
Undocumented
Declaration
Swift
case uuid = 0x30 -
Undocumented
Declaration
Swift
case rangeEnd = 0xFF
View on GitHub
EntryType Enumeration Reference