Is there a reason why clojure/binding does not support destructuring in its argument list? (binding [[a b] [1 2]] (println a b)) gives: ...
確定! 回上一頁