You can pass a function to unique:
unique(x -> round(x, digits=0), randn(10))
Perhaps this will be unique(round(_, digits=0), randn(10))
soon…
You can pass a function to unique:
unique(x -> round(x, digits=0), randn(10))
Perhaps this will be unique(round(_, digits=0), randn(10))
soon…