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

      Type Parameters

      • T

      Parameters

      • list: LinkedList<T>

        Linked list.

      Returns Option<T>

      Option with the first element of the linked list, or None if the linked list is empty.