In Python I would do

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

How can I do that in Julia?

Thanks a lot in advance for your help

Reply via email to