clone
abstract fun clone(replacementElements: List<RR>): L2ReadVectorOperand<R, RR>
Content copied to clipboard
Create a vector like this one, but using the provided elements.
Return
A new L2ReadVectorOperand, of the same type as the receiver, but having the given elements.
Parameters
replacement Elements
The List of L2ReadOperands to use in the clone.