Skip to main content

CollReduce

value

clojure.core.protocols/CollReduce

Protocol for collection types that can implement reduce faster than first/next recursion. Called by clojure.core/reduce. Baseline implementation defined in terms of Iterable.

No examples yet. Be the first to add one!