Back

CollReduce (clj)

(source)

protocol

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.

Examples