Pacote
    Preparing search index...
    • Invert the order of the elements in the provided linked list.

      Type Parameters

      • T

      Parameters

      • list: LinkedList<T>

        Linked list.

      Returns LinkedList<T>

      A new reversed list.