Protocol for concrete seq types that can reduce themselves
faster than first/next recursion. Called by clojure.core/reduce.
(defprotocol InternalReduce "Protocol for concrete seq types that can reduce themselves faster than first/next recursion. Called by clojure.core/reduce." (internal-reduce [seq f start]))
Comments top
No comments for InternalReduce. Log in to add a comment.