ClojureDocs

导航

命名空间

if-some

clojure.core

自 1.6 起可用 (源代码)
  • (if-some bindings then)
  • (if-some bindings then else & oldform)
bindings => binding-form test
  If test is not nil, evaluates then with binding-form bound to the
 value of test, if not, yields else