Pacote
    Preparing search index...
    • Return an Option with the element at the provided index, or None if the index is out of bounds.

      Type Parameters

      • T

      Parameters

      • index: number

        Element index.

      • list: LinkedList<T>

        Linked list.

      Returns Option<T>

      Option with the element at the provided index or None.