removeSecond method

(T1) removeSecond()

Returns a new tuple with the second element removed.

Implementation

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