removeThird method

(T1, T2) removeThird()

Returns a new tuple with the third element removed.

Implementation

(T1, T2) removeThird() => ($1, $2);