ClojureDocs

导航

命名空间

bound?

clojure.core

从 1.2 版本开始提供 (源代码)
  • (bound? & vars)
Returns true if all of the vars provided as arguments have any bound value, root or thread-local.
 Implies that deref'ing the provided vars will succeed. Returns true if no vars are provided.