Remove Duplicates (vuo.list.removeDuplicates)

Ensures each item is unique within the list by removing duplicate items.

The order of the unique items in the list is preserved.

Keywords: deduplicate items, delete, make unique


Example composition:


Back to vuo.list node set documentation.