hi, is there any way to override the comparator used for :distinct
calculations for s/coll-of
?
or is the best bet just to use s/and
with a custom predicate ?
no way to do that currently
but s/and custom pred would work
👍
is there a way to do something like :gen-max
on a regex s/cat
spec?
not currently
you can s/& a predicate to only accept smaller colls and that will have the same effect, but it's still producing the larger coll and that at least has memory implications (and may prevent such-that from succeeding at all)