Pacote
    Preparing search index...
    • Add an element to the tail of the provided list.

      Type Parameters

      • T

      Parameters

      • value: T

        Value to append.

      • list: LinkedList<T>

        Linked list.

      Returns LinkedList<T>

      New linked list with the element appended to the end.