Skip to main content

dissoc

functionv1.0

clojure.core/dissoc

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

No examples yet. Be the first to add one!