(if-some [bindings then] [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
Examples
No examples yet. Be the first to add one!
(if-some [bindings then] [bindings then else & oldform])No examples yet. Be the first to add one!