Pacote
    Preparing search index...
    • Get the last element of the provided list.

      Type Parameters

      • T

      Parameters

      • list: LinkedList<T>

        Linked list.

      Returns Option<T>

      Option with the final element in the linked list. If the linked list is empty, it returns None.