removeFirst method

(T2, T3) removeFirst()

Returns a new tuple with the first element removed.

Implementation

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