Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow swapping the position of other elements in the map #18

Open
codestiff opened this issue Jul 29, 2020 · 0 comments
Open

Allow swapping the position of other elements in the map #18

codestiff opened this issue Jul 29, 2020 · 0 comments

Comments

@codestiff
Copy link

codestiff commented Jul 29, 2020

(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])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant