Pacote
    Preparing search index...
    • Create a new singly linked list with the arguments passed as items.

      Type Parameters

      • T

      Parameters

      • ...items: T[]

        List elements.

      Returns LinkedList<T>

      Linked list with the provided elements.