ClojureScript
API
GitHub
key
function
since v0.0-1211
clojure.core/key
Edit
(key map-entry)
Details:
Returns the key of the map entry.
See Also:
keys
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
)
)