shuffle
function
clojure.test.check.generators/shuffle
(shuffle [coll])Creates a generator that generates random permutations of
`coll`. Shrinks toward the original collection: `coll`. `coll` will
be coerced to a vector.
Examples
No examples yet. Be the first to add one!