Pacote
    Preparing search index...
    • Returns true is the provided element exists in the list, otherwise it returns false.

      Type Parameters

      • T

      Parameters

      • value: T

        Value to search.

      • list: LinkedList<T>

        Linked list.

      Returns boolean

      Whether the element exists in the list.