copyValue

abstract fun copyValue(vectorValue: T): T

Used to copy values being indexed to internal storage.

Return

a copy of the value; a new array

Parameters

vectorValue

an array containing the vector value to add