removeFirst method

(T2, T3, T4, T5, T6, T7, T8) removeFirst()

Returns a new tuple with the first element removed.

Implementation

(T2, T3, T4, T5, T6, T7, T8) removeFirst() => ($2, $3, $4, $5, $6, $7, $8);