ClojureDocs

Nav

Namespaces

dissoc

clojure.core

Available since 1.0 (source)
  • (dissoc map)
  • (dissoc map key)
  • (dissoc map key & ks)
dissoc[iate]. Returns a new map of the same (hashed/sorted) type,
that does not contain a mapping for key(s).