In Clojure you can apply destructuring within either a let binding list; function parameter list or even a macro. A simple example would be: (def coords [5 7]) ...
確定! 回上一頁