A list for lists.removeDuplicates and lists.removeDuplicateNumbers, which drop repeated items.
lists.removeDuplicates
lists.removeDuplicateNumbers
Optional
The list to remove repeats from; the first occurrence of each item stays.
undefined Copy
undefined
When true, the list is deep-copied first so the input is never changed.
true Copy
true
Namespace: Bit › Inputs › Lists
Other symbols in Inputs.Lists:
API reference home · Full symbol index · Tutorials and guides · Platform
A list for
lists.removeDuplicatesandlists.removeDuplicateNumbers, which drop repeated items.