Member predicate TupleType :: getElement
Gets the n
th element of this tuple, indexed from 0.
For example, the 0th (first) element of (int, string)
is the field Item1 int
.
Field
getElement
(
int
n
)