Is there a way to check the equallity of 2 vectors regardless of order without using sort or set?
sort
set
[1 2 3] => (just #{1 2 3})
:prosper:
[1 2 3] => (just [1 2 3] :in-any-order)