cljs.pprint/getf

macrosince v0.0-3255Edit
(getf sym)

Source docstring:
Get the value of the field a named by the argument (which should be a keyword).
Source code @ clojurescript:src/main/cljs/cljs/pprint.cljc
(defmacro getf
  [sym]
  `(~sym @@~'this))