Returns true if coll has no items - same as (not (seq coll)). Pleas
(defmulti empty "Returns an empty collection of the same kind as the argument" {:arglists '([coll])} type)
Comments top
No comments for empty. Log in to add a comment.