Fork me on GitHub
#midje
<
2018-01-09
>
pablore15:01:15

Is there a way to check the equallity of 2 vectors regardless of order without using sort or set?

souenzzo16:01:53

[1 2 3] => (just #{1 2 3})

rafael19:01:01

[1 2 3] => (just [1 2 3] :in-any-order)