Liking cljdoc? Tell your friends :D
All platforms.

utilis.logic


xorclj/smacro

(xor)
(xor x & next)

Evaluates exprs one at a time, from left to right. If a form returns a logical true value, xor returns that value if no other value also evaluates to a logical true value, otherwise it returns nil

Evaluates exprs one at a time, from left to right. If a form
returns a logical true value, xor returns that value if no other
value also evaluates to a logical true value, otherwise it returns
nil
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close