In Python I would normally to something like this:

a = set([1,2,1,3])
a = list(a)

What is the equivalent way to do this in Julia?


Thanks a lot in advance for your help

Reply via email to