Basic Examples 
(1)
 

Find the duplicates in a
List
:
In[16]:=
[◼]
DuplicatesList
[{x,y,x,z,y,w}]
Out[16]=
{x,y}

Properties and Relations 
(1)
 
