test-check 2017-04-24

Is there an easy way to add min-elements and max-elements to clojure.test.check.generators/vector-distinct?

Oooo, super simple 🙂

(gen/vector-distinct gen/double {:min-elements 2
                                               :max-elements 10})