Pacote
    Preparing search index...
    • Get the unique items of a list.

      Type Parameters

      • T

      Parameters

      • list: LinkedList<T>

        Linked list.

      Returns LinkedList<T>

      A new linked list with a subset of elements that are unique.