set Field
fun setField( self: AvailObject, slotIndex: Int, value: A_BasicObject): AvailObject
Content copied to clipboard
Update the field value at the specified slot index of the mutable object.
Return
The given object, to facilitate chaining.
Parameters
self
An object.
slot Index
The non-zero slot index.
value
The value to write to the specified slot.