Skip to main content

empty?

functionv1.7

cljs.core/empty?

Available in:BBCLJCLJS
(empty? [coll])
Returns true if coll has no items. To check the emptiness of a seq, please use the idiom (seq x) rather than (not (empty? x))

No examples yet. Be the first to add one!