removeLast method

(T1, T2, T3, T4, T5, T6) removeLast()

Returns a new tuple with the last element removed.

Implementation

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