(when-first [bindings & body])bindings => x xs
Roughly the same as (when (seq xs) (let [x (first xs)] body)) but xs is evaluated only once
Examples
No examples yet. Be the first to add one!
(when-first [bindings & body])No examples yet. Be the first to add one!