ClojureScript
API
GitHub
val
function
since v0.0-1211
clojure.core/val
Edit
(val map-entry)
Details:
Returns the value in the map entry.
See Also:
vals
Source docstring:
Returns the value in the map entry.
Source code @
clojurescript:src/main/cljs/cljs/core.cljs
(
defn
val
[
map-entry
]
(
-val
map-entry
)
)