ClojureDocs

导航

命名空间

reduction

clojure.core

自 1.2 版本可用 (源代码)
  • (reductions f coll)
  • (reductions f init coll)
Returns a lazy seq of the intermediate values of the reduction (as
per reduce) of coll by f, starting with init.