ClojureDocs

Nav

Namespaces

monoid

clojure.core.reducers

Available since 1.5
  • (monoid 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.