removeFourth method

(T1, T2, T3) removeFourth()

Returns a new tuple with the fourth element removed.

Implementation

(T1, T2, T3) removeFourth() => ($1, $2, $3);