val

functionsince v0.0-1211 clojure.core/valEdit
(val map-entry)

Details:

Returns the value in the map entry.


See Also:


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