@nikitonsky ok the set one got me trippin
@potetm yeah, even more interestingly, this works:
(clojure.set/intersection #{1 2 3} [4 5 6])
but this doesn’t:
(clojure.set/intersection [1 2 3] #{4 5 6})
Accidental typing 🤷♂️
@potetm yeah, even more interestingly, this works:
(clojure.set/intersection #{1 2 3} [4 5 6])
but this doesn’t:
(clojure.set/intersection [1 2 3] #{4 5 6})
Accidental typing 🤷♂️