createTuple

fun createTuple(elements: List<L2ReadBoxedOperand>): L2ReadBoxedOperand

Cause a tuple to be constructed from the given L2ReadBoxedOperands.

Return

An L2ReadBoxedOperand that will contain the tuple.

Parameters

elements

The L2ReadBoxedOperand that supply the elements of the tuple.