removeFourth method

(T1, T2, T3, T5, T6) removeFourth()

Returns a new tuple with the fourth element removed.

Implementation

(T1, T2, T3, T5, T6) removeFourth() => ($1, $2, $3, $5, $6);