set Volatile Slot
fun setVolatileSlot( field: ObjectSlotsEnum, subscript: Int, anAvailObject: A_BasicObject)
Content copied to clipboard
Store the AvailObject in the specified slot of the receiver. Use volatile write semantics.
Parameters
field
An enumeration value that defines the field ordering.
subscript
The one-based subscript to offset the field.
an Avail Object
The object to store at the specified slot.
fun setVolatileSlot(field: ObjectSlotsEnum, anAvailObject: A_BasicObject)
Content copied to clipboard
Store the AvailObject in the specified slot of the receiver. Use volatile write semantics.
Parameters
field
An enumeration value that defines the field ordering.
an Avail Object
The object to store at the specified slot.