Pacote
    Preparing search index...
    • Return all the elements of the linked list beyond the head element. If the linked list is empty or has a single element, it returns an empty list.

      Type Parameters

      • T

      Parameters

      • cons: LinkedList<T>

        Linked list.

      Returns LinkedList<T>

      The rest of the list.