Returns an empty collection of the same category as coll, or nil
Source
(defnempty"Returns an empty collection of the same category as coll, or nil"{:added"1.0":statictrue}[coll](when(instance?clojure.lang.IPersistentCollectioncoll)(.empty ^clojure.lang.IPersistentCollection coll)))