clone
open override fun clone(replacementElements: List<L2ReadBoxedOperand>): L2ReadBoxedVectorOperand
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.