Object Slots
enum ObjectSlots : Enum<TupleTypeDescriptor.ObjectSlots> , ObjectSlotsEnum
Content copied to clipboard
The layout of object slots for my instances.
Entries
Link copied to clipboard
Content copied to clipboard
An integer range type that contains all allowed tuple sizes for instances of this type.
Link copied to clipboard
Content copied to clipboard
The types of the leading elements of tuples that conform to this type. This is reduced at construction time to the minimum size of tuple that covers the same range. For example, if the last element of this tuple equals the DEFAULT_TYPE then this tuple will be shortened by one.
Link copied to clipboard
Content copied to clipboard
The type for all subsequent elements of the tuples that conform to this type.