Pacote
    Preparing search index...
    • Returns an Option with index of first element in the list that satisfies the provided predicate function. If the element cannot be found, it returns None.

      Type Parameters

      • T

      Parameters

      • predicate: PredicateFunction<T>

        Predicate function.

      • list: LinkedList<T>

        Linked list.

      Returns Option<number>

      First index of the list element satisfied by the predicate.