removeSecond method

Tuple1<T1> removeSecond()

Returns a new tuple with the second element removed.

Implementation

Tuple1<T1> removeSecond() => Tuple1(first);