removeFirst method

(T2) removeFirst()

Returns a new tuple with the first element removed.

Implementation

(T2,) removeFirst() => ($2,);