linked icon indicating copy to clipboard operation
linked copied to clipboard

Allow swapping the position of other elements in the map

Open codestiff opened this issue 5 years ago • 0 comments

(defn assoc-after [map key assoc-key assoc-val])
(defn assoc-before [map key assoc-key assoc-val])
(defn swap-position [map key1 key2])
(defn swap-after [map key-to-be-after key2])
(defn swap-before [map key-to-be-before key2])

codestiff avatar Jul 29 '20 23:07 codestiff