removeSecond method

(T1, T3) removeSecond()

Returns a new tuple with the second element removed.

Implementation

(T1, T3) removeSecond() => ($1, $3);