Public Vars

Back

when-some (clj)

(source)

macro

(when-some bindings & body)
bindings => binding-form test When test is not nil, evaluates body with binding-form bound to the value of test

Examples