#302
destructuring-0
 

Difficulty:Basic
Topics:destructuring


Destructuring is an arbiter: it breaks up arguments
test not run
(= __ ((fn [[a b]] (str b a))
            [:foo :bar]))


Code which fills in the blank: