ClojureDocs

导航

命名空间

complement

clojure.core

自 1.0 版起提供 (来源)
  • (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.