set Slots From List
fun setSlotsFromList( field: ObjectSlotsEnum, startSubscript: Int, sourceList: List<A_BasicObject?>, zeroBasedStartSourceSubscript: Int, count: Int)
Content copied to clipboard
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.
start Subscript
The positive one-based subscript at which to start writing elements from the List.
source List
The List of objects to write into the slots.
zero Based Start Source Subscript
The zero-based subscript into the sourceList from which to start reading.
count
How many values to transfer.