keyval => key val
Returns a new sorted map with supplied mappings.
(defn sorted-map
"keyval => key val
Returns a new sorted map with supplied mappings."
{:added "1.0"
:static true}
([& keyvals]
(clojure.lang.PersistentTreeMap/create keyvals)))
Comments top
No comments for sorted-map. Log in to add a comment.