如何在地图矢量(也包含地图矢量)上映射函数以从关键字命名空间中删除所有点?
所以,给定:
[{:my.dotted/namespace "FOO"}
{:my.nested/vec [{:another.dotted/namespace "BAR"
:and.another/one "FIZ"}]}]
Run Code Online (Sandbox Code Playgroud)
变为:
[{:my-dotted/namespace "FOO"}
{:my-nested/vec [{:another-dotted/namespace "BAR"
:and-another/one "FIZ"}]}]
Run Code Online (Sandbox Code Playgroud) clojure ×1