tupleFromIntegerList

fun tupleFromIntegerList(list: List<Int>): A_Tuple

Construct a new tuple of ints. Use the most compact representation that can still represent each supplied Integer.

Return

A new mutable tuple of integers.

Parameters

list

The list of Java Integers to assemble in a tuple.