While this particular one has a Unicode shorthand as pointed out by @pdeffebach, generally it is not good design to introduce two functions for predicate(args...) and !predicate(args...) — that’s why we have !. So !(a in b) is fine.
Thanks for the replies everyone. And thanks for the link to the discussion thread DNF. I was driving myself crazy thinking there was already a clear way to do this and I just couldn’t find it documented anywhere.