Skip to main content

complement

functionv1.7

cljs.core/complement

Available in:BBCLJCLJS
(complement [f])
Takes a fn f and returns a fn that takes the same arguments as f, has the same effects, if any, and returns the opposite truth value.

No examples yet. Be the first to add one!