IMap

protocolsince v0.0-927Edit
implemented for ObjMap PersistentArrayMap PersistentHashMap PersistentTreeMap

Source docstring:
Protocol for adding mapping functionality to collections.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defprotocol IMap
  #_(-assoc-ex [coll k v])
  (^clj -dissoc [coll k]
    "Returns a new collection of coll without the mapping for key k."))