Pacote
    Preparing search index...

    Function lastIndexOf

    • Returns an Option with the last index at which a given element can be found in the list, or None if it is not present. The list is searched backwards.

      Type Parameters

      • T

      Parameters

      • value: T

        Element to search.

      • list: LinkedList<T>

        Linked list.

      Returns Option<number>

      Last index of the list element matching the provided value.