Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ spliterator
Method
spliterator
src/jvm/clojure/lang/PersistentVector.java:392–392 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
390
}
391
392
public
Spliterator spliterator(){
return
rangedSpliterator(0,count());}
393
394
public
Object reduce(IFn f){
395
Object init;
Callers
nothing calls this directly
Calls
2
rangedSpliterator
Method · 0.95
count
Method · 0.95
Tested by
no test coverage detected