removeSixth method

(T1, T2, T3, T4, T5, T7, T8) removeSixth()

Returns a new tuple with the sixth element removed.

Implementation

(T1, T2, T3, T4, T5, T7, T8) removeSixth() => ($1, $2, $3, $4, $5, $7, $8);