removeFifth method

(T1, T2, T3, T4, T6) removeFifth()

Returns a new tuple with the fifth element removed.

Implementation

(T1, T2, T3, T4, T6) removeFifth() => ($1, $2, $3, $4, $6);