setSlotsFromTuple

fun setSlotsFromTuple(    targetField: ObjectSlotsEnum,     startTargetSubscript: Int,     sourceTuple: A_Tuple,     startSourceSubscript: Int,     count: Int)

Read elements from consecutive slots of a tuple, writing them to consecutive slots of the receiver. It's the client's responsibility to ensure the values are suitably immutable or shared.

Parameters

targetField

The field of the receiver into which to write values.

startTargetSubscript

The positive one-based subscript into the target field at which to start writing.

sourceTuple

The tuple supplying values in consecutive slots.

startSourceSubscript

The positive one-based subscript into the sourceTuple from which to start reading.

count

How many values to transfer.