Skip to main content

sorted-map

functionv1.0

clojure.core/sorted-map

Available in:BBCLJCLJS
(sorted-map [& keyvals])
keyval => key val Returns a new sorted map with supplied mappings. If any keys are equal, they are handled as if by repeated uses of assoc.

No examples yet. Be the first to add one!