Fork me on GitHub
#remote-jobs
<
2017-02-16
>
borkdude19:02:34

Nested keys destructuring isn’t possible?

(let [{:keys [a {:keys [c] :as b}]} {:a {:c 2}}]
  [a b c]) ;;=> [{:c 2} nil nil]

rauh19:02:48

@borkdude Wrong channel?