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

      Type Parameters

      • T

      Parameters

      • value: T

        Element to search.

      • list: LinkedList<T>

        Linked list.

      Returns Option<number>

      First index of the list element matching the provided value.

    MMNEPVFCICPMFPCPTTAAATR