removeFourth method

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

Returns a new tuple with the fourth element removed.

Implementation

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