(defn collection-tag [x] (cond (instance? java.util.Map$Entry x) :entry (instance? java.util.Map x) :map (sequential? x) :seq :else :atom))
Comments top
No comments for collection-tag. Log in to add a comment.