removeSixth method

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

Returns a new tuple with the sixth element removed.

Implementation

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