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.
Examples
No examples yet. Be the first to add one!