removeLast method

Tuple4<T1, T2, T3, T4> removeLast()

Returns a new tuple with the last element removed.

Implementation

Tuple4<T1, T2, T3, T4> removeLast() => Tuple4(first, second, third, fourth);