tupleLongAt

fun A_Tuple.tupleLongAt(index: Int): Long

Answer the specified element of the tuple. It must be a Long in the range [-2^63..2^63), and is returned as a Kotlin Long.

Return

The Long form of the specified tuple element.

Parameters

index

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