set Slots From Array
Read elements from consecutive slots of an array, writing them to consecutive slots of the receiver. It's the client's responsibility to ensure the values are suitably immutable or shared.
Parameters
The type of array to copy from.
The field of the receiver into which to write values.
The positive one-based subscript into the target field at which to start writing.
The array supplying values for consecutive slots.
The zero-based subscript in the sourceArray from which to start reading.
How many values to transfer.
Read elements from consecutive slots of a LongArray, writing them to consecutive long slots of the receiver.
Parameters
The integer field of the receiver into which to write longs.
The positive one-based subscript into the target field at which to start writing.
The long[] array supplying longs for consecutive slots.
The zero-based subscript in the sourceArray from which to start reading.
How many longs to transfer.