removeEighth method

(T1, T2, T3, T4, T5, T6, T7, T9) removeEighth()

Returns a new tuple with the eighth element removed.

Implementation

(T1, T2, T3, T4, T5, T6, T7, T9) removeEighth() =>
    ($1, $2, $3, $4, $5, $6, $7, $9);