second property

T2 get second

Returns the second element of this tuple.

Implementation

T2 get second => $2;