Skip to content

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

Description

@codestiff
(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])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions