I basically want to validate composite unique cons...
# announcements
b
I basically want to validate composite unique constraints
Well that would get you the unique values at least
b
and then I suppose compare the size
j
Yes, that would work
Would be nicer if it would short-circuit on the first non-unique item somehow, but I don't think there's a standard function for that
b
or duplicatesBy() 🙂