clone

open override fun clone(): L2ReadBoxedVectorOperand


open override fun clone(replacementElements: List<L2ReadBoxedOperand>): L2ReadBoxedVectorOperand

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

replacementElements

The List of L2ReadOperands to use in the clone.