tagged-literal?

functionsince v0.0-3255 clojure.core/tagged-literal?Edit
(tagged-literal? value)

Source docstring:
Return true if the value is the data representation of a tagged literal
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn tagged-literal?
  [value]
  (instance? TaggedLiteral value))