ClojureDocs

导航

命名空间

删除

clojure.core.reducers

1.5 版本可用
  • (remove pred)
  • (remove pred coll)
Removes values in the reduction of coll for which (pred val)
returns logical true. Foldable.