removeLast method

(T1, T2) removeLast()

Returns a new tuple with the last element removed.

Implementation

(T1, T2) removeLast() => ($1, $2);