setSlotsFromLongSlots

fun setSlotsFromLongSlots(    targetField: IntegerSlotsEnum,     startTargetSubscript: Int,     sourceObject: A_BasicObject,     sourceField: IntegerSlotsEnum,     startSourceSubscript: Int,     count: Int)

Read elements from consecutive integer 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

targetField

The field of the receiver into which to write longs.

startTargetSubscript

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

sourceObject

The object supplying values in consecutive long slots.

sourceField

The repeating integer field of the sourceObject.

startSourceSubscript

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

count

How many longs to transfer.