Basic Examples 
(2)
 

Give a sorted list of unique elements of the list:
In[4]:=
[◼]
MultisetSupport
[{a,b,a,c}]
Out[4]=
{a,b,c}
———
Give a sorted list of the keys with non-zero values:
In[7]:=
[◼]
MultisetSupport
[<|"a"2,"c"2,"b"2,"d"0,"e"1|>]
Out[7]=
{a,b,c,e}

Scope 
(1)
 


Properties and Relations 
(1)
 
