(tagged-literal tag form)
Construct a data representation of a tagged literal from a
tag symbol and a form.
Source
(defn tagged-literal
"Construct a data representation of a tagged literal from a
tag symbol and a form."
{:added "1.7"}
[^clojure.lang.Symbol tag form]
(clojure.lang.TaggedLiteral/create tag form))