staticTupleAt

fun staticTupleAt(tuple: A_Tuple, index: Int): AvailObject

Answer the specified element of the tuple.

Return

The element of the tuple.

Parameters

tuple

The tuple from which to extract a value.

index

Which element should be extracted.