clojure - 如何为clojure编写dissoc-in命令? 原文 标签 clojure. 我希望编写一个类似于assoc-in 的函数,但删除键而不是添加它: (dissoc-in {:a {:b 0}} [:a :b]) ...
確定! 回上一頁