removeFourth method

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

Returns a new tuple with the fourth element removed.

Implementation

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