Object Slots
enum ObjectSlots : Enum<HashedSetBinDescriptor.ObjectSlots> , ObjectSlotsEnum
Content copied to clipboard
The layout of object slots for my instances.
Entries
Link copied to clipboard
Content copied to clipboard
The actual bin elements or sub-bins. Each slot corresponds to a 1 bit in the bit vector, treating it as an unsigned vector of bits.
Link copied to clipboard
Content copied to clipboard
The union of the types of all elements recursively within this bin. If this is nil, then it can be recomputed when needed and cached.