Is there an easy way to add min-elements and max-elements to clojure.test.check.generators/vector-distinct?
clojure.test.check.generators/vector-distinct
Oooo, super simple 🙂
(gen/vector-distinct gen/double {:min-elements 2 :max-elements 10})