Public Vars

Back

dissoc (clj)

(source)

function

(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).

Examples