fill Slots
fun fillSlots( field: ObjectSlotsEnum, startSubscript: Int, count: Int, anAvailObject: A_BasicObject)
Content copied to clipboard
Store the object in the specified slots of the receiver. The caller is responsible for ensuring the value has been marked Mutability.IMMUTABLE if necessary.
Parameters
field
An enumeration value that defines the field ordering.
start Subscript
The positive one-based subscript to apply.
count
The number of consecutive slots to write the value into.
an Avail Object
The object to store in the specified slots.