Integer Slots
enum IntegerSlots : Enum<IntegerDescriptor.IntegerSlots> , IntegerSlotsEnum
Content copied to clipboard
The layout of integer slots for my instances.
Entries
Link copied to clipboard
Content copied to clipboard
Avail integers should always occupy the fewest number of slots to unambiguously indicate the represented integer. A zero integer is represented by a single slot containing a zero Int. Any Int can be converted to an Avail integer by using a single slot, and any long can be represented with at most two slots.