removeSeventh method

(T1, T2, T3, T4, T5, T6, T8) removeSeventh()

Returns a new tuple with the seventh element removed.

Implementation

(T1, T2, T3, T4, T5, T6, T8) removeSeventh() => ($1, $2, $3, $4, $5, $6, $8);