ClojureDocs

Nav

Namespaces

sorted-map

clojure.core

Available since 1.0 (source)
  • (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.