set Slots From Object Slots
fun setSlotsFromObjectSlots(targetField: ObjectSlotsEnum, startTargetSubscript: Int, sourceObject: A_BasicObject, sourceField: ObjectSlotsEnum, startSourceSubscript: Int, count: Int)
Read elements from consecutive slots of the sourceObject, writing them to consecutive slots of the receiver. It's the client's responsibility to ensure the values are suitably immutable or shared.
Parameters
target Field
The field of the receiver into which to write values.
start Target Subscript
The positive one-based subscript into the target field at which to start writing.
source Object
The object supplying values in consecutive slots.
source Field
The repeating field of the sourceObject.
start Source Subscript
The positive one-based subscript into the sourceObject from which to start reading.
count
How many values to transfer.