ClojureDocs

Nav

Namespaces

empty?

clojure.core

Available since 1.0 (source)
  • (empty? coll)
Returns true if coll has no items - same as (not (seq coll)).
Please use the idiom (seq x) rather than (not (empty? x))