IKVReduce
value
clojure.core.protocols/IKVReduce
Protocol for concrete associative types that can reduce themselves
via a function of key and val faster than first/next recursion over map
entries. Called by clojure.core/reduce-kv, and has same
semantics (just different arg order).
Examples
No examples yet. Be the first to add one!