Ali Rezaee Thu, 12 Mar 2015 00:42:53 -0700
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