removeThird method

(T1, T2, T4, T5, T6, T7, T8, T9) removeThird()

Returns a new tuple with the third element removed.

Implementation

(T1, T2, T4, T5, T6, T7, T8, T9) removeThird() =>
    ($1, $2, $4, $5, $6, $7, $8, $9);