tupleAt

fun A_Tuple.tupleAt(index: Int): AvailObject

Answer the specified element of the tuple.

Return

The element of the tuple.

Parameters

index

Which element should be extracted.