So then I do: `all { isOneOf("this", "that") }`, b...
# strikt
d
So then I do:
all { isOneOf("this", "that") }
, but I think there could still be some short cut
containsOneOf
and the console printout is too verbose using this workaround...