Skip to main content

remove

functionv1.5

clojure.core.reducers/remove

Available in:CLJCLJS
(remove [pred] [pred coll])
Removes values in the reduction of coll for which (pred val) returns logical true. Foldable.

No examples yet. Be the first to add one!