tupleIntAt

fun A_Tuple.tupleIntAt(index: Int): Int

Answer the specified element of the tuple. It must be an integer in the range [-2^31..2^31), and is returned as a Java int.

Return

The int form of the specified tuple element.

Parameters

index

Which 1-based index to use to subscript the tuple.