removeFirst method

Tuple7<T2, T3, T4, T5, T6, T7, T8> removeFirst()

Returns a new tuple with the first element removed.

Implementation

Tuple7<T2, T3, T4, T5, T6, T7, T8> removeFirst() =>
    Tuple7(second, third, fourth, fifth, sixth, seventh, eighth);