midje 2018-01-09

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

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

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