Integer Slots
enum IntegerSlots : Enum<ByteStringDescriptor.IntegerSlots> , IntegerSlotsEnum
Content copied to clipboard
The layout of integer slots for my instances.
Entries
Link copied to clipboard
Content copied to clipboard
The raw 64-bit (longs) that constitute the representation of the byte string. The bytes occur in Little Endian order within each long.
Link copied to clipboard
Content copied to clipboard
The low 32 bits are used for the HASH_OR_ZERO, but the upper 32 can be used by other BitFields in subclasses of TupleDescriptor.