complement
(complement function)
Returns a one-argument predicate answering the opposite of function: the result is t where function returns nil and vice versa. Lite: unlike Common Lisp the returned function takes exactly one argument, and complement expands inline so #'complement is not available.