Hi,
Seems like ‘Complement’ is no longer available for Julia 0.6, Does anyone have an idea what I could use instead?
I think that was moved to the package DataStructures
:
using DataStructures
foo = DataStructures.IntSet(1:10)
bar = DataStructures.complement(foo)
1 Like