Pacote
    Preparing search index...
    • Removes the item at a specified index from a list.

      Type Parameters

      • T

      Parameters

      • index: number

        Index of the item to remove.

      • list: LinkedList<T>

        Linked list.

      Returns LinkedList<T>

      A new linked list with the item at index index removed.