Skip to main content

dissoc

functionv1.7

cljs.core/dissoc

Available in:BBCLJCLJS
(dissoc [coll] [coll k] [coll k & 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!