Returns a new seq where x is the first element and seq is
the rest.
Source
(def
^{:arglists '([x seq])
:doc "Returns a new seq where x is the first element and seq is
the rest."
:added "1.0"
:static true}
cons(fn* ^:static cons[xseq](.clojure.lang.RT(consxseq))))