Pacote
    Preparing search index...
    • Add a new element at the head of the linked list.

      Type Parameters

      • T

      Parameters

      • value: T

        Element to add.

      • list: LinkedList<T>

        Linked list.

      Returns LinkedList<T>

      A new list with the element added at the head.