Skip to main content

remove

functionv1.7

cljs.core/remove

Available in:BBCLJCLJS
(remove [pred] [pred coll])
Returns a lazy sequence of the items in coll for which (pred item) returns logical false. pred must be free of side-effects. Returns a transducer when no collection is provided.

No examples yet. Be the first to add one!