ClojureDocs

导航

命名空间

半群

clojure.core.reducers

1.5 之后推出
  • (半群 op ctor)
Builds a combining fn out of the supplied operator and identity
constructor. op must be associative and ctor called with no args
must return an identity value for it.