key

functionsince v0.0-1211 clojure.core/keyEdit
(key map-entry)

Details:

Returns the key of the map entry.


See Also:


Source docstring:
Returns the key of the map entry.
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn key
  [map-entry]
  (-key map-entry))