(append-all structure elements)
(append-one structure elem)
(prepend-all structure elements)
(prepend-one structure elem)
Navigates to the specified key, navigating to nil if it does not exist. Setting the value to NONE will remove it from the collection.
Navigates to the specified key, navigating to nil if it does not exist. Setting the value to NONE will remove it from the collection.
(map-keys-non-transient-transform structure empty-map next-fn)
(map-vals-non-transient-transform structure empty-map next-fn)
(map-keys-transform structure next-fn)
(map-vals-transform structure next-fn)
Navigates to the key only if it exists in the map. Setting the value to NONE will remove it from the collection.
Navigates to the key only if it exists in the map. Setting the value to NONE will remove it from the collection.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close