clone

abstract override fun clone(): L2ReadVectorOperand<R, RR>


abstract fun clone(replacementElements: List<RR>): L2ReadVectorOperand<R, RR>

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.