midje

pablore 2018-01-09T15:21:15.000213Z

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

souenzzo 2018-01-09T16:21:53.000229Z

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

pablore 2018-01-09T17:26:49.000340Z

:prosper:

rafael 2018-01-09T19:39:01.000169Z

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