Bitbybit Docs
    Preparing search index...

    Class RemoveDuplicatesDto<T> (Inputs.Lists)

    A list for lists.removeDuplicates and lists.removeDuplicateNumbers, which drop repeated items.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    list: T[]

    The list to remove repeats from; the first occurrence of each item stays.

    undefined
    
    clone?: boolean

    When true, the list is deep-copied first so the input is never changed.

    true