setSlotsFromList

fun setSlotsFromList(    field: ObjectSlotsEnum,     startSubscript: Int,     sourceList: List<A_BasicObject?>,     zeroBasedStartSourceSubscript: Int,     count: Int)

Write elements from the given List into consecutively numbered object slots. If the receiver is Mutability.SHARED, then the new value must also become shared (by the client) before it can be stored.

Parameters

field

The repeated object slot into which to write elements.

startSubscript

The positive one-based subscript at which to start writing elements from the List.

sourceList

The List of objects to write into the slots.

zeroBasedStartSourceSubscript

The zero-based subscript into the sourceList from which to start reading.

count

How many values to transfer.