fillSlots

fun fillSlots(field: ObjectSlotsEnum, startSubscript: Int, count: Int, anAvailObject: A_BasicObject)

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.

startSubscript

The positive one-based subscript to apply.

count

The number of consecutive slots to write the value into.

anAvailObject

The object to store in the specified slots.