ClojureDocs

导航

命名空间

when-some

clojure.core

自 1.6 起可用 (来源)
  • (when-some bindings & body)
bindings => binding-form test
  When test is not nil, evaluates body with binding-form bound to the
 value of test