ClojureDocs

导航

命名空间

empty?

clojure.core

自 1.0 起可用 (来源)
  • (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))