removeFourth method

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

Returns a new tuple with the fourth element removed.

Implementation

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