Member predicate TupleType :: getElementType
Gets the type of the n
th element of this tuple, indexed from 0.
For example, the 0th (first) element type of (int, string)
is int
.
Type
getElementType
(
int
n
)